#08206A

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

Shades of Sapphire #08206A

Tints of Sapphire #08206A

Color information

#08206A (or 0x08206A) is unknown color: approx Sapphire. HEX triplet: 08, 20 and 6A. RGB value is (8,32,106). Sum of RGB (Red+Green+Blue) = 8+32+106=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 106 (41.80% from 255 or 72.60% from 146); Max value from RGB is 106 - color contains mainly: blue. Hex color #08206A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08206A is #F7DF95. Grayscale: #202020. Windows color (decimal): -16244630 or 6955016. OLE color: 6955016.

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

Color convert

RGB832106-
CMYK0.920.7000.58
HSL225.31º85.96%22.35%-
HSV(B)225.31º92.45%41.57%-
XYZ3.222.1313.88-
YUV33.26169.05109.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 106 (41.80% from 255) = 72.60%
R=5.48%
G=21.92%
B=72.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8321060.920.7000.58225.3185.9622.35
Hex8206A5C4603Ae15616
Octal104015213410607234112626
Binary1000100000110101010111001000110011101011100001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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