#06166D

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

Shades of Sapphire #06166D

Tints of Sapphire #06166D

Color information

#06166D (or 0x06166D) is unknown color: approx Sapphire. HEX triplet: 06, 16 and 6D. RGB value is (6,22,109). Sum of RGB (Red+Green+Blue) = 6+22+109=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 109 (42.97% from 255 or 79.56% from 137); Max value from RGB is 109 - color contains mainly: blue. Hex color #06166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06166D is #F9E992. Grayscale: #1A1A1A. Windows color (decimal): -16378259 or 7149062. OLE color: 7149062.

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

Color convert

RGB622109-
CMYK0.940.8000.57
HSL230.68º89.57%22.55%-
HSV(B)230.68º94.5%42.75%-
XYZ3.121.7214.63-
YUV27.13174.2112.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 109 (42.97% from 255) = 79.56%
R=4.38%
G=16.06%
B=79.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6221090.940.8000.57230.6889.5722.55
Hex6166D5E50039e75a17
Octal62615513612007134713227
Binary11010110110110110111101010000011100111100111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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