Shades of Sapphire #08276C
Tints of Sapphire #08276C
RGB
CMYK
RGB Variations
Color information
#08276C (or 0x08276C) is known color: Sapphire. HEX triplet: 08, 27 and 6C. RGB value is (8,39,108). Sum of RGB (Red+Green+Blue) = 8+39+108=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #08276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08276C is #F7D893. Grayscale: #252525. Windows color (decimal): -16242836 or 7087880. OLE color: 7087880.
HSL color Cylindrical-coordinate representation of color #08276C: hue angle of 221.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08276C is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 39 | 108 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.58 |
| HSL | 221.4º | 0.86% | 0.23% | - |
| HSV(B) | 221.4º | 0.93% | 0.42% | - |
| XYZ | 3.53 | 2.59 | 14.5 | - |
| YUV | 37.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 108 | 0.93 | 0.64 | 0 | 0.58 | 221.4 | 0.86 | 0.23 |
| Hex | 8 | 27 | 6C | 5D | 40 | 0 | 3A | DD | 56 | 17 |
| Octal | 10 | 47 | 154 | 135 | 100 | 0 | 72 | 335 | 126 | 27 |
| Binary | 1000 | 100111 | 1101100 | 1011101 | 1000000 | 0 | 111010 | 11011101 | 1010110 | 10111 |
Color Harmonies of #08276C
Complementary color
Monochromatic Colors of #08276C
Black with #08276C
Text Example
Text Example
White with #08276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08276C; }
p { color: rgb(8,39,108); }
H1.HeaderClassName
{
color: #08276C;
}
.AnyTagClassName
{
color: #08276C;
}
</style>
background-color css
<style>
a { background-color: #08276C; }
a { background-color: rgb(8,39,108); }
div.DivClassName
{
background-color: #08276C;
}
.BgClassName
{
background-color: #08276C;
}
</style>
border-color css
<style>
span { border-color: #08276C; }
span { border-color: rgb(8,39,108); }
td.TdClassName
{
border-color: #08276C;
}
.TagClassName
{
border-color: #08276C;
}
</style>