Shades of Sapphire #051C5D
Tints of Sapphire #051C5D
RGB
CMYK
RGB Variations
Color information
#051C5D (or 0x051C5D) is known color: Sapphire. HEX triplet: 05, 1C and 5D. RGB value is (5,28,93). Sum of RGB (Red+Green+Blue) = 5+28+93=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #051C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C5D is #FAE3A2. Grayscale: #1C1C1C. Windows color (decimal): -16442275 or 6102021. OLE color: 6102021.
HSL color Cylindrical-coordinate representation of color #051C5D: hue angle of 224.32º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051C5D is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 28 | 93 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.64 |
| HSL | 224.32º | 0.9% | 0.19% | - |
| HSV(B) | 224.32º | 0.95% | 0.36% | - |
| XYZ | 2.45 | 1.65 | 10.55 | - |
| YUV | 28.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 93 | 0.95 | 0.70 | 0 | 0.64 | 224.32 | 0.9 | 0.19 |
| Hex | 5 | 1C | 5D | 5F | 46 | 0 | 40 | E0 | 5A | 13 |
| Octal | 5 | 34 | 135 | 137 | 106 | 0 | 100 | 340 | 132 | 23 |
| Binary | 101 | 11100 | 1011101 | 1011111 | 1000110 | 0 | 1000000 | 11100000 | 1011010 | 10011 |
Color Harmonies of #051C5D
Complementary color
Monochromatic Colors of #051C5D
Black with #051C5D
Text Example
Text Example
White with #051C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C5D; }
p { color: rgb(5,28,93); }
H1.HeaderClassName
{
color: #051C5D;
}
.AnyTagClassName
{
color: #051C5D;
}
</style>
background-color css
<style>
a { background-color: #051C5D; }
a { background-color: rgb(5,28,93); }
div.DivClassName
{
background-color: #051C5D;
}
.BgClassName
{
background-color: #051C5D;
}
</style>
border-color css
<style>
span { border-color: #051C5D; }
span { border-color: rgb(5,28,93); }
td.TdClassName
{
border-color: #051C5D;
}
.TagClassName
{
border-color: #051C5D;
}
</style>