Shades of Sapphire #05154C
Tints of Sapphire #05154C
RGB
CMYK
RGB Variations
Color information
#05154C (or 0x05154C) is known color: Sapphire. HEX triplet: 05, 15 and 4C. RGB value is (5,21,76). Sum of RGB (Red+Green+Blue) = 5+21+76=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #05154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05154C is #FAEAB3. Grayscale: #161616. Windows color (decimal): -16444084 or 4986117. OLE color: 4986117.
HSL color Cylindrical-coordinate representation of color #05154C: hue angle of 226.48º 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 #05154C is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 21 | 76 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.70 |
| HSL | 226.48º | 0.88% | 0.16% | - |
| HSV(B) | 226.48º | 0.93% | 0.3% | - |
| XYZ | 1.64 | 1.09 | 6.96 | - |
| YUV | 22.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 76 | 0.93 | 0.72 | 0 | 0.70 | 226.48 | 0.88 | 0.16 |
| Hex | 5 | 15 | 4C | 5D | 48 | 0 | 46 | E2 | 58 | 10 |
| Octal | 5 | 25 | 114 | 135 | 110 | 0 | 106 | 342 | 130 | 20 |
| Binary | 101 | 10101 | 1001100 | 1011101 | 1001000 | 0 | 1000110 | 11100010 | 1011000 | 10000 |
Color Harmonies of #05154C
Complementary color
Monochromatic Colors of #05154C
Black with #05154C
Text Example
Text Example
White with #05154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05154C; }
p { color: rgb(5,21,76); }
H1.HeaderClassName
{
color: #05154C;
}
.AnyTagClassName
{
color: #05154C;
}
</style>
background-color css
<style>
a { background-color: #05154C; }
a { background-color: rgb(5,21,76); }
div.DivClassName
{
background-color: #05154C;
}
.BgClassName
{
background-color: #05154C;
}
</style>
border-color css
<style>
span { border-color: #05154C; }
span { border-color: rgb(5,21,76); }
td.TdClassName
{
border-color: #05154C;
}
.TagClassName
{
border-color: #05154C;
}
</style>