#16346F

Color #16346F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #16346F

Tints of Sapphire #16346F

Color information

#16346F (or 0x16346F) is unknown color: approx Sapphire. HEX triplet: 16, 34 and 6F. RGB value is (22,52,111). Sum of RGB (Red+Green+Blue) = 22+52+111=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #16346F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16346F is #E9CB90. Grayscale: #313131. Windows color (decimal): -15322001 or 7287830. OLE color: 7287830.

HSL color Cylindrical-coordinate representation of color #16346F: hue angle of 219.78º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16346F is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2252111-
CMYK0.800.5300.56
HSL219.78º66.92%26.08%-
HSV(B)219.78º80.18%43.53%-
XYZ4.433.7715.53-
YUV49.76162.56108.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 111 (43.75% from 255) = 60%
R=11.89%
G=28.11%
B=60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22521110.800.5300.56219.7866.9226.08
Hex16346F5035038dc431a
Octal26641571206507033410332
Binary1011011010011011111010000110101011100011011100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16346F; }

 p { color: rgb(22,52,111); }

 H1.HeaderClassName
 {
   color: #16346F;
 }
 .AnyTagClassName
 {
   color: #16346F;
 }
</style>
background-color css

<style>
 a { background-color: #16346F; }

 a { background-color: rgb(22,52,111); }

 div.DivClassName
 {
   background-color: #16346F;
 }
 .BgClassName
 {
   background-color: #16346F;
 }
</style>
border-color css

<style>
 span { border-color: #16346F; }

 span { border-color: rgb(22,52,111); }

 td.TdClassName
 {
   border-color: #16346F;
 }
 .TagClassName
 {
   border-color: #16346F;
 }
</style>