#08286A

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

Shades of Sapphire #08286A

Tints of Sapphire #08286A

Color information

#08286A (or 0x08286A) is unknown color: approx Sapphire. HEX triplet: 08, 28 and 6A. RGB value is (8,40,106). Sum of RGB (Red+Green+Blue) = 8+40+106=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 106 (41.80% from 255 or 68.83% from 154); Max value from RGB is 106 - color contains mainly: blue. Hex color #08286A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08286A is #F7D795. Grayscale: #252525. Windows color (decimal): -16242582 or 6957064. OLE color: 6957064.

HSL color Cylindrical-coordinate representation of color #08286A: hue angle of 220.41º 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 #08286A is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB840106-
CMYK0.920.6200.58
HSL220.41º85.96%22.35%-
HSV(B)220.41º92.45%41.57%-
XYZ3.462.6113.96-
YUV37.96166.4106.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 106 (41.80% from 255) = 68.83%
R=5.19%
G=25.97%
B=68.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8401060.920.6200.58220.4185.9622.35
Hex8286A5C3E03Adc5616
Octal10501521347607233412626
Binary100010100011010101011100111110011101011011100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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