Shades of Sapphire #08297A
Tints of Sapphire #08297A
RGB
CMYK
RGB Variations
Color information
#08297A (or 0x08297A) is known color: Sapphire. HEX triplet: 08, 29 and 7A. RGB value is (8,41,122). Sum of RGB (Red+Green+Blue) = 8+41+122=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 122 (48.05% from 255 or 71.35% from 171); Max value from RGB is 122 - color contains mainly: blue. Hex color #08297A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08297A is #F7D685. Grayscale: #282828. Windows color (decimal): -16242310 or 8005896. OLE color: 8005896.
HSL color Cylindrical-coordinate representation of color #08297A: hue angle of 222.63º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08297A is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 41 | 122 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.52 |
| HSL | 222.63º | 0.88% | 0.25% | - |
| HSV(B) | 222.63º | 0.93% | 0.48% | - |
| XYZ | 4.41 | 3.04 | 18.77 | - |
| YUV | 40.37 | 174.07 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 122 | 0.93 | 0.66 | 0 | 0.52 | 222.63 | 0.88 | 0.25 |
| Hex | 8 | 29 | 7A | 5D | 42 | 0 | 34 | DF | 58 | 19 |
| Octal | 10 | 51 | 172 | 135 | 102 | 0 | 64 | 337 | 130 | 31 |
| Binary | 1000 | 101001 | 1111010 | 1011101 | 1000010 | 0 | 110100 | 11011111 | 1011000 | 11001 |
Color Harmonies of #08297A
Complementary color
Monochromatic Colors of #08297A
Black with #08297A
Text Example
Text Example
White with #08297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08297A; }
p { color: rgb(8,41,122); }
H1.HeaderClassName
{
color: #08297A;
}
.AnyTagClassName
{
color: #08297A;
}
</style>
background-color css
<style>
a { background-color: #08297A; }
a { background-color: rgb(8,41,122); }
div.DivClassName
{
background-color: #08297A;
}
.BgClassName
{
background-color: #08297A;
}
</style>
border-color css
<style>
span { border-color: #08297A; }
span { border-color: rgb(8,41,122); }
td.TdClassName
{
border-color: #08297A;
}
.TagClassName
{
border-color: #08297A;
}
</style>