Shades of Sapphire #08276D
Tints of Sapphire #08276D
RGB
CMYK
RGB Variations
Color information
#08276D (or 0x08276D) is known color: Sapphire. HEX triplet: 08, 27 and 6D. RGB value is (8,39,109). Sum of RGB (Red+Green+Blue) = 8+39+109=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #08276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08276D is #F7D892. Grayscale: #252525. Windows color (decimal): -16242835 or 7153416. OLE color: 7153416.
HSL color Cylindrical-coordinate representation of color #08276D: hue angle of 221.58º 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 #08276D is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 39 | 109 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.57 |
| HSL | 221.58º | 0.86% | 0.23% | - |
| HSV(B) | 221.58º | 0.93% | 0.43% | - |
| XYZ | 3.59 | 2.61 | 14.78 | - |
| YUV | 37.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 109 | 0.93 | 0.64 | 0 | 0.57 | 221.58 | 0.86 | 0.23 |
| Hex | 8 | 27 | 6D | 5D | 40 | 0 | 39 | DE | 56 | 17 |
| Octal | 10 | 47 | 155 | 135 | 100 | 0 | 71 | 336 | 126 | 27 |
| Binary | 1000 | 100111 | 1101101 | 1011101 | 1000000 | 0 | 111001 | 11011110 | 1010110 | 10111 |
Color Harmonies of #08276D
Complementary color
Monochromatic Colors of #08276D
Black with #08276D
Text Example
Text Example
White with #08276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08276D; }
p { color: rgb(8,39,109); }
H1.HeaderClassName
{
color: #08276D;
}
.AnyTagClassName
{
color: #08276D;
}
</style>
background-color css
<style>
a { background-color: #08276D; }
a { background-color: rgb(8,39,109); }
div.DivClassName
{
background-color: #08276D;
}
.BgClassName
{
background-color: #08276D;
}
</style>
border-color css
<style>
span { border-color: #08276D; }
span { border-color: rgb(8,39,109); }
td.TdClassName
{
border-color: #08276D;
}
.TagClassName
{
border-color: #08276D;
}
</style>