Shades of Sapphire #051C63
Tints of Sapphire #051C63
RGB
CMYK
RGB Variations
Color information
#051C63 (or 0x051C63) is known color: Sapphire. HEX triplet: 05, 1C and 63. RGB value is (5,28,99). Sum of RGB (Red+Green+Blue) = 5+28+99=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 99 (39.06% from 255 or 75% from 132); Max value from RGB is 99 - color contains mainly: blue. Hex color #051C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C63 is #FAE39C. Grayscale: #1C1C1C. Windows color (decimal): -16442269 or 6495237. OLE color: 6495237.
HSL color Cylindrical-coordinate representation of color #051C63: hue angle of 225.32º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051C63 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 28 | 99 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.61 |
| HSL | 225.32º | 0.9% | 0.2% | - |
| HSV(B) | 225.32º | 0.95% | 0.39% | - |
| XYZ | 2.73 | 1.76 | 12 | - |
| YUV | 29.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 99 | 0.95 | 0.72 | 0 | 0.61 | 225.32 | 0.9 | 0.2 |
| Hex | 5 | 1C | 63 | 5F | 48 | 0 | 3D | E1 | 5A | 14 |
| Octal | 5 | 34 | 143 | 137 | 110 | 0 | 75 | 341 | 132 | 24 |
| Binary | 101 | 11100 | 1100011 | 1011111 | 1001000 | 0 | 111101 | 11100001 | 1011010 | 10100 |
Color Harmonies of #051C63
Complementary color
Monochromatic Colors of #051C63
Black with #051C63
Text Example
Text Example
White with #051C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C63; }
p { color: rgb(5,28,99); }
H1.HeaderClassName
{
color: #051C63;
}
.AnyTagClassName
{
color: #051C63;
}
</style>
background-color css
<style>
a { background-color: #051C63; }
a { background-color: rgb(5,28,99); }
div.DivClassName
{
background-color: #051C63;
}
.BgClassName
{
background-color: #051C63;
}
</style>
border-color css
<style>
span { border-color: #051C63; }
span { border-color: rgb(5,28,99); }
td.TdClassName
{
border-color: #051C63;
}
.TagClassName
{
border-color: #051C63;
}
</style>