Shades of Sapphire #08274E
Tints of Sapphire #08274E
RGB
CMYK
RGB Variations
Color information
#08274E (or 0x08274E) is known color: Sapphire. HEX triplet: 08, 27 and 4E. RGB value is (8,39,78). Sum of RGB (Red+Green+Blue) = 8+39+78=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #08274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08274E is #F7D8B1. Grayscale: #212121. Windows color (decimal): -16242866 or 5121800. OLE color: 5121800.
HSL color Cylindrical-coordinate representation of color #08274E: hue angle of 213.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08274E is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 39 | 78 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.69 |
| HSL | 213.43º | 0.81% | 0.17% | - |
| HSV(B) | 213.43º | 0.9% | 0.31% | - |
| XYZ | 2.2 | 2.05 | 7.49 | - |
| YUV | 34.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 78 | 0.90 | 0.50 | 0 | 0.69 | 213.43 | 0.81 | 0.17 |
| Hex | 8 | 27 | 4E | 5A | 32 | 0 | 45 | D5 | 51 | 11 |
| Octal | 10 | 47 | 116 | 132 | 62 | 0 | 105 | 325 | 121 | 21 |
| Binary | 1000 | 100111 | 1001110 | 1011010 | 110010 | 0 | 1000101 | 11010101 | 1010001 | 10001 |
Color Harmonies of #08274E
Complementary color
Monochromatic Colors of #08274E
Black with #08274E
Text Example
Text Example
White with #08274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08274E; }
p { color: rgb(8,39,78); }
H1.HeaderClassName
{
color: #08274E;
}
.AnyTagClassName
{
color: #08274E;
}
</style>
background-color css
<style>
a { background-color: #08274E; }
a { background-color: rgb(8,39,78); }
div.DivClassName
{
background-color: #08274E;
}
.BgClassName
{
background-color: #08274E;
}
</style>
border-color css
<style>
span { border-color: #08274E; }
span { border-color: rgb(8,39,78); }
td.TdClassName
{
border-color: #08274E;
}
.TagClassName
{
border-color: #08274E;
}
</style>