Shades of Sapphire #05254C
Tints of Sapphire #05254C
RGB
CMYK
RGB Variations
Color information
#05254C (or 0x05254C) is known color: Sapphire. HEX triplet: 05, 25 and 4C. RGB value is (5,37,76). Sum of RGB (Red+Green+Blue) = 5+37+76=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #05254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05254C is #FADAB3. Grayscale: #1F1F1F. Windows color (decimal): -16439988 or 4990213. OLE color: 4990213.
HSL color Cylindrical-coordinate representation of color #05254C: hue angle of 212.96º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05254C is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 37 | 76 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.70 |
| HSL | 212.96º | 0.88% | 0.16% | - |
| HSV(B) | 212.96º | 0.93% | 0.3% | - |
| XYZ | 2.03 | 1.88 | 7.09 | - |
| YUV | 31.88 | 152.9 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 76 | 0.93 | 0.51 | 0 | 0.70 | 212.96 | 0.88 | 0.16 |
| Hex | 5 | 25 | 4C | 5D | 33 | 0 | 46 | D5 | 58 | 10 |
| Octal | 5 | 45 | 114 | 135 | 63 | 0 | 106 | 325 | 130 | 20 |
| Binary | 101 | 100101 | 1001100 | 1011101 | 110011 | 0 | 1000110 | 11010101 | 1011000 | 10000 |
Color Harmonies of #05254C
Complementary color
Monochromatic Colors of #05254C
Black with #05254C
Text Example
Text Example
White with #05254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05254C; }
p { color: rgb(5,37,76); }
H1.HeaderClassName
{
color: #05254C;
}
.AnyTagClassName
{
color: #05254C;
}
</style>
background-color css
<style>
a { background-color: #05254C; }
a { background-color: rgb(5,37,76); }
div.DivClassName
{
background-color: #05254C;
}
.BgClassName
{
background-color: #05254C;
}
</style>
border-color css
<style>
span { border-color: #05254C; }
span { border-color: rgb(5,37,76); }
td.TdClassName
{
border-color: #05254C;
}
.TagClassName
{
border-color: #05254C;
}
</style>