Shades of Sapphire #08286F
Tints of Sapphire #08286F
RGB
CMYK
RGB Variations
Color information
#08286F (or 0x08286F) is known color: Sapphire. HEX triplet: 08, 28 and 6F. RGB value is (8,40,111). Sum of RGB (Red+Green+Blue) = 8+40+111=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 111 (43.75% from 255 or 69.81% from 159); Max value from RGB is 111 - color contains mainly: blue. Hex color #08286F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08286F is #F7D790. Grayscale: #262626. Windows color (decimal): -16242577 or 7284744. OLE color: 7284744.
HSL color Cylindrical-coordinate representation of color #08286F: hue angle of 221.36º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08286F is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 40 | 111 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.56 |
| HSL | 221.36º | 0.87% | 0.23% | - |
| HSV(B) | 221.36º | 0.93% | 0.44% | - |
| XYZ | 3.73 | 2.72 | 15.37 | - |
| YUV | 38.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 111 | 0.93 | 0.64 | 0 | 0.56 | 221.36 | 0.87 | 0.23 |
| Hex | 8 | 28 | 6F | 5D | 40 | 0 | 38 | DD | 57 | 17 |
| Octal | 10 | 50 | 157 | 135 | 100 | 0 | 70 | 335 | 127 | 27 |
| Binary | 1000 | 101000 | 1101111 | 1011101 | 1000000 | 0 | 111000 | 11011101 | 1010111 | 10111 |
Color Harmonies of #08286F
Complementary color
Monochromatic Colors of #08286F
Black with #08286F
Text Example
Text Example
White with #08286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08286F; }
p { color: rgb(8,40,111); }
H1.HeaderClassName
{
color: #08286F;
}
.AnyTagClassName
{
color: #08286F;
}
</style>
background-color css
<style>
a { background-color: #08286F; }
a { background-color: rgb(8,40,111); }
div.DivClassName
{
background-color: #08286F;
}
.BgClassName
{
background-color: #08286F;
}
</style>
border-color css
<style>
span { border-color: #08286F; }
span { border-color: rgb(8,40,111); }
td.TdClassName
{
border-color: #08286F;
}
.TagClassName
{
border-color: #08286F;
}
</style>