Shades of Sapphire #051C5C
Tints of Sapphire #051C5C
RGB
CMYK
RGB Variations
Color information
#051C5C (or 0x051C5C) is known color: Sapphire. HEX triplet: 05, 1C and 5C. RGB value is (5,28,92). Sum of RGB (Red+Green+Blue) = 5+28+92=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #051C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C5C is #FAE3A3. Grayscale: #1C1C1C. Windows color (decimal): -16442276 or 6036485. OLE color: 6036485.
HSL color Cylindrical-coordinate representation of color #051C5C: hue angle of 224.14º 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 #051C5C is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 28 | 92 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.64 |
| HSL | 224.14º | 0.9% | 0.19% | - |
| HSV(B) | 224.14º | 0.95% | 0.36% | - |
| XYZ | 2.41 | 1.64 | 10.31 | - |
| YUV | 28.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 92 | 0.95 | 0.70 | 0 | 0.64 | 224.14 | 0.9 | 0.19 |
| Hex | 5 | 1C | 5C | 5F | 46 | 0 | 40 | E0 | 5A | 13 |
| Octal | 5 | 34 | 134 | 137 | 106 | 0 | 100 | 340 | 132 | 23 |
| Binary | 101 | 11100 | 1011100 | 1011111 | 1000110 | 0 | 1000000 | 11100000 | 1011010 | 10011 |
Color Harmonies of #051C5C
Complementary color
Monochromatic Colors of #051C5C
Black with #051C5C
Text Example
Text Example
White with #051C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C5C; }
p { color: rgb(5,28,92); }
H1.HeaderClassName
{
color: #051C5C;
}
.AnyTagClassName
{
color: #051C5C;
}
</style>
background-color css
<style>
a { background-color: #051C5C; }
a { background-color: rgb(5,28,92); }
div.DivClassName
{
background-color: #051C5C;
}
.BgClassName
{
background-color: #051C5C;
}
</style>
border-color css
<style>
span { border-color: #051C5C; }
span { border-color: rgb(5,28,92); }
td.TdClassName
{
border-color: #051C5C;
}
.TagClassName
{
border-color: #051C5C;
}
</style>