#08287B

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

Shades of Sapphire #08287B

Tints of Sapphire #08287B

Color information

#08287B (or 0x08287B) is unknown color: approx Sapphire. HEX triplet: 08, 28 and 7B. RGB value is (8,40,123). Sum of RGB (Red+Green+Blue) = 8+40+123=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #08287B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08287B is #F7D784. Grayscale: #272727. Windows color (decimal): -16242565 or 8071176. OLE color: 8071176.

HSL color Cylindrical-coordinate representation of color #08287B: hue angle of 223.3º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08287B is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB840123-
CMYK0.930.6700.52
HSL223.3º87.79%25.69%-
HSV(B)223.3º93.5%48.24%-
XYZ4.43319.08-
YUV39.89174.9105.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.68%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 123 (48.44% from 255) = 71.93%
R=4.68%
G=23.39%
B=71.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8401230.930.6700.52223.387.7925.69
Hex8287B5D43034df581a
Octal105017313510306433713032
Binary1000101000111101110111011000011011010011011111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08287B; }

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

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

<style>
 a { background-color: #08287B; }

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

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

<style>
 span { border-color: #08287B; }

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

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