#08206D

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

Shades of Sapphire #08206D

Tints of Sapphire #08206D

Color information

#08206D (or 0x08206D) is unknown color: approx Sapphire. HEX triplet: 08, 20 and 6D. RGB value is (8,32,109). Sum of RGB (Red+Green+Blue) = 8+32+109=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #08206D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08206D is #F7DF92. Grayscale: #212121. Windows color (decimal): -16244627 or 7151624. OLE color: 7151624.

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

Color convert

RGB832109-
CMYK0.930.7100.57
HSL225.74º86.32%22.94%-
HSV(B)225.74º92.66%42.75%-
XYZ3.382.1914.71-
YUV33.6170.55109.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 109 (42.97% from 255) = 73.15%
R=5.37%
G=21.48%
B=73.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8321090.930.7100.57225.7486.3222.94
Hex8206D5D47039e25617
Octal104015513510707134212627
Binary1000100000110110110111011000111011100111100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,32,109); }

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

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

 a { background-color: rgb(8,32,109); }

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

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

 span { border-color: rgb(8,32,109); }

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