Shades of Sapphire #08296A
Tints of Sapphire #08296A
RGB
CMYK
RGB Variations
Color information
#08296A (or 0x08296A) is known color: Sapphire. HEX triplet: 08, 29 and 6A. RGB value is (8,41,106). Sum of RGB (Red+Green+Blue) = 8+41+106=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 106 (41.80% from 255 or 68.39% from 155); Max value from RGB is 106 - color contains mainly: blue. Hex color #08296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08296A is #F7D695. Grayscale: #262626. Windows color (decimal): -16242326 or 6957320. OLE color: 6957320.
HSL color Cylindrical-coordinate representation of color #08296A: hue angle of 219.8º 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 #08296A is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 41 | 106 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.58 |
| HSL | 219.8º | 0.86% | 0.22% | - |
| HSV(B) | 219.8º | 0.92% | 0.42% | - |
| XYZ | 3.49 | 2.68 | 13.97 | - |
| YUV | 38.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 106 | 0.92 | 0.61 | 0 | 0.58 | 219.8 | 0.86 | 0.22 |
| Hex | 8 | 29 | 6A | 5C | 3D | 0 | 3A | DC | 56 | 16 |
| Octal | 10 | 51 | 152 | 134 | 75 | 0 | 72 | 334 | 126 | 26 |
| Binary | 1000 | 101001 | 1101010 | 1011100 | 111101 | 0 | 111010 | 11011100 | 1010110 | 10110 |
Color Harmonies of #08296A
Complementary color
Monochromatic Colors of #08296A
Black with #08296A
Text Example
Text Example
White with #08296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08296A; }
p { color: rgb(8,41,106); }
H1.HeaderClassName
{
color: #08296A;
}
.AnyTagClassName
{
color: #08296A;
}
</style>
background-color css
<style>
a { background-color: #08296A; }
a { background-color: rgb(8,41,106); }
div.DivClassName
{
background-color: #08296A;
}
.BgClassName
{
background-color: #08296A;
}
</style>
border-color css
<style>
span { border-color: #08296A; }
span { border-color: rgb(8,41,106); }
td.TdClassName
{
border-color: #08296A;
}
.TagClassName
{
border-color: #08296A;
}
</style>