Shades of Sapphire #08296E
Tints of Sapphire #08296E
RGB
CMYK
RGB Variations
Color information
#08296E (or 0x08296E) is known color: Sapphire. HEX triplet: 08, 29 and 6E. RGB value is (8,41,110). Sum of RGB (Red+Green+Blue) = 8+41+110=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #08296E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08296E is #F7D691. Grayscale: #262626. Windows color (decimal): -16242322 or 7219464. OLE color: 7219464.
HSL color Cylindrical-coordinate representation of color #08296E: hue angle of 220.59º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08296E is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 41 | 110 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.57 |
| HSL | 220.59º | 0.86% | 0.23% | - |
| HSV(B) | 220.59º | 0.93% | 0.43% | - |
| XYZ | 3.71 | 2.76 | 15.09 | - |
| YUV | 39 | 168.07 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 110 | 0.93 | 0.63 | 0 | 0.57 | 220.59 | 0.86 | 0.23 |
| Hex | 8 | 29 | 6E | 5D | 3F | 0 | 39 | DD | 56 | 17 |
| Octal | 10 | 51 | 156 | 135 | 77 | 0 | 71 | 335 | 126 | 27 |
| Binary | 1000 | 101001 | 1101110 | 1011101 | 111111 | 0 | 111001 | 11011101 | 1010110 | 10111 |
Color Harmonies of #08296E
Complementary color
Monochromatic Colors of #08296E
Black with #08296E
Text Example
Text Example
White with #08296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08296E; }
p { color: rgb(8,41,110); }
H1.HeaderClassName
{
color: #08296E;
}
.AnyTagClassName
{
color: #08296E;
}
</style>
background-color css
<style>
a { background-color: #08296E; }
a { background-color: rgb(8,41,110); }
div.DivClassName
{
background-color: #08296E;
}
.BgClassName
{
background-color: #08296E;
}
</style>
border-color css
<style>
span { border-color: #08296E; }
span { border-color: rgb(8,41,110); }
td.TdClassName
{
border-color: #08296E;
}
.TagClassName
{
border-color: #08296E;
}
</style>