Shades of Sapphire #08297B
Tints of Sapphire #08297B
RGB
CMYK
RGB Variations
Color information
#08297B (or 0x08297B) is known color: Sapphire. HEX triplet: 08, 29 and 7B. RGB value is (8,41,123). Sum of RGB (Red+Green+Blue) = 8+41+123=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 123 (48.44% from 255 or 71.51% from 172); Max value from RGB is 123 - color contains mainly: blue. Hex color #08297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08297B is #F7D684. Grayscale: #282828. Windows color (decimal): -16242309 or 8071432. OLE color: 8071432.
HSL color Cylindrical-coordinate representation of color #08297B: hue angle of 222.78º 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 #08297B is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 41 | 123 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.52 |
| HSL | 222.78º | 0.88% | 0.26% | - |
| HSV(B) | 222.78º | 0.93% | 0.48% | - |
| XYZ | 4.47 | 3.07 | 19.1 | - |
| YUV | 40.48 | 174.57 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 123 | 0.93 | 0.67 | 0 | 0.52 | 222.78 | 0.88 | 0.26 |
| Hex | 8 | 29 | 7B | 5D | 43 | 0 | 34 | DF | 58 | 1A |
| Octal | 10 | 51 | 173 | 135 | 103 | 0 | 64 | 337 | 130 | 32 |
| Binary | 1000 | 101001 | 1111011 | 1011101 | 1000011 | 0 | 110100 | 11011111 | 1011000 | 11010 |
Color Harmonies of #08297B
Complementary color
Monochromatic Colors of #08297B
Black with #08297B
Text Example
Text Example
White with #08297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08297B; }
p { color: rgb(8,41,123); }
H1.HeaderClassName
{
color: #08297B;
}
.AnyTagClassName
{
color: #08297B;
}
</style>
background-color css
<style>
a { background-color: #08297B; }
a { background-color: rgb(8,41,123); }
div.DivClassName
{
background-color: #08297B;
}
.BgClassName
{
background-color: #08297B;
}
</style>
border-color css
<style>
span { border-color: #08297B; }
span { border-color: rgb(8,41,123); }
td.TdClassName
{
border-color: #08297B;
}
.TagClassName
{
border-color: #08297B;
}
</style>