Shades of Sapphire #08287B
Tints of Sapphire #08287B
RGB
CMYK
RGB Variations
Color information
#08287B (or 0x08287B) is known color: 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
| RGB | 8 | 40 | 123 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.52 |
| HSL | 223.3º | 0.88% | 0.26% | - |
| HSV(B) | 223.3º | 0.93% | 0.48% | - |
| XYZ | 4.43 | 3 | 19.08 | - |
| YUV | 39.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 123 | 0.93 | 0.67 | 0 | 0.52 | 223.3 | 0.88 | 0.26 |
| Hex | 8 | 28 | 7B | 5D | 43 | 0 | 34 | DF | 58 | 1A |
| Octal | 10 | 50 | 173 | 135 | 103 | 0 | 64 | 337 | 130 | 32 |
| Binary | 1000 | 101000 | 1111011 | 1011101 | 1000011 | 0 | 110100 | 11011111 | 1011000 | 11010 |
Color Harmonies of #08287B
Complementary color
Monochromatic Colors of #08287B
Black with #08287B
Text Example
Text Example
White with #08287B
Text Example
Text Example
HTML Codes & Css Web 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>