#06166F

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

Shades of Sapphire #06166F

Tints of Sapphire #06166F

Color information

#06166F (or 0x06166F) is unknown color: approx Sapphire. HEX triplet: 06, 16 and 6F. RGB value is (6,22,111). Sum of RGB (Red+Green+Blue) = 6+22+111=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 111 (43.75% from 255 or 79.86% from 139); Max value from RGB is 111 - color contains mainly: blue. Hex color #06166F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06166F is #F9E990. Grayscale: #1A1A1A. Windows color (decimal): -16378257 or 7280134. OLE color: 7280134.

HSL color Cylindrical-coordinate representation of color #06166F: hue angle of 230.86º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06166F is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB622111-
CMYK0.950.8000.56
HSL230.86º89.74%22.94%-
HSV(B)230.86º94.59%43.53%-
XYZ3.231.7615.21-
YUV27.36175.2112.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 111 (43.75% from 255) = 79.86%
R=4.32%
G=15.83%
B=79.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6221110.950.8000.56230.8689.7422.94
Hex6166F5F50038e75a17
Octal62615713712007034713227
Binary11010110110111110111111010000011100011100111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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