Shades of Sapphire #08254E
Tints of Sapphire #08254E
RGB
CMYK
RGB Variations
Color information
#08254E (or 0x08254E) is known color: Sapphire. HEX triplet: 08, 25 and 4E. RGB value is (8,37,78). Sum of RGB (Red+Green+Blue) = 8+37+78=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #08254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08254E is #F7DAB1. Grayscale: #202020. Windows color (decimal): -16243378 or 5121288. OLE color: 5121288.
HSL color Cylindrical-coordinate representation of color #08254E: hue angle of 215.14º 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 #08254E is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 37 | 78 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.69 |
| HSL | 215.14º | 0.81% | 0.17% | - |
| HSV(B) | 215.14º | 0.9% | 0.31% | - |
| XYZ | 2.14 | 1.92 | 7.47 | - |
| YUV | 33 | 153.39 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 78 | 0.90 | 0.53 | 0 | 0.69 | 215.14 | 0.81 | 0.17 |
| Hex | 8 | 25 | 4E | 5A | 35 | 0 | 45 | D7 | 51 | 11 |
| Octal | 10 | 45 | 116 | 132 | 65 | 0 | 105 | 327 | 121 | 21 |
| Binary | 1000 | 100101 | 1001110 | 1011010 | 110101 | 0 | 1000101 | 11010111 | 1010001 | 10001 |
Color Harmonies of #08254E
Complementary color
Monochromatic Colors of #08254E
Black with #08254E
Text Example
Text Example
White with #08254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08254E; }
p { color: rgb(8,37,78); }
H1.HeaderClassName
{
color: #08254E;
}
.AnyTagClassName
{
color: #08254E;
}
</style>
background-color css
<style>
a { background-color: #08254E; }
a { background-color: rgb(8,37,78); }
div.DivClassName
{
background-color: #08254E;
}
.BgClassName
{
background-color: #08254E;
}
</style>
border-color css
<style>
span { border-color: #08254E; }
span { border-color: rgb(8,37,78); }
td.TdClassName
{
border-color: #08254E;
}
.TagClassName
{
border-color: #08254E;
}
</style>