#08206C

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

Shades of Sapphire #08206C

Tints of Sapphire #08206C

Color information

#08206C (or 0x08206C) is unknown color: approx Sapphire. HEX triplet: 08, 20 and 6C. RGB value is (8,32,108). Sum of RGB (Red+Green+Blue) = 8+32+108=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #08206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08206C is #F7DF93. Grayscale: #212121. Windows color (decimal): -16244628 or 7086088. OLE color: 7086088.

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

Color convert

RGB832108-
CMYK0.930.7000.58
HSL225.6º86.21%22.75%-
HSV(B)225.6º92.59%42.35%-
XYZ3.322.1714.43-
YUV33.49170.05109.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 108 (42.58% from 255) = 72.97%
R=5.41%
G=21.62%
B=72.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8321080.930.7000.58225.686.2122.75
Hex8206C5D4603Ae25617
Octal104015413510607234212627
Binary1000100000110110010111011000110011101011100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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