Shades of Sapphire #051C64
Tints of Sapphire #051C64
RGB
CMYK
RGB Variations
Color information
#051C64 (or 0x051C64) is known color: Sapphire. HEX triplet: 05, 1C and 64. RGB value is (5,28,100). Sum of RGB (Red+Green+Blue) = 5+28+100=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 100 (39.45% from 255 or 75.19% from 133); Max value from RGB is 100 - color contains mainly: blue. Hex color #051C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C64 is #FAE39B. Grayscale: #1D1D1D. Windows color (decimal): -16442268 or 6560773. OLE color: 6560773.
HSL color Cylindrical-coordinate representation of color #051C64: hue angle of 225.47º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051C64 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 28 | 100 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.61 |
| HSL | 225.47º | 0.9% | 0.21% | - |
| HSV(B) | 225.47º | 0.95% | 0.39% | - |
| XYZ | 2.78 | 1.78 | 12.25 | - |
| YUV | 29.33 | 167.88 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 100 | 0.95 | 0.72 | 0 | 0.61 | 225.47 | 0.9 | 0.21 |
| Hex | 5 | 1C | 64 | 5F | 48 | 0 | 3D | E1 | 5A | 15 |
| Octal | 5 | 34 | 144 | 137 | 110 | 0 | 75 | 341 | 132 | 25 |
| Binary | 101 | 11100 | 1100100 | 1011111 | 1001000 | 0 | 111101 | 11100001 | 1011010 | 10101 |
Color Harmonies of #051C64
Complementary color
Monochromatic Colors of #051C64
Black with #051C64
Text Example
Text Example
White with #051C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C64; }
p { color: rgb(5,28,100); }
H1.HeaderClassName
{
color: #051C64;
}
.AnyTagClassName
{
color: #051C64;
}
</style>
background-color css
<style>
a { background-color: #051C64; }
a { background-color: rgb(5,28,100); }
div.DivClassName
{
background-color: #051C64;
}
.BgClassName
{
background-color: #051C64;
}
</style>
border-color css
<style>
span { border-color: #051C64; }
span { border-color: rgb(5,28,100); }
td.TdClassName
{
border-color: #051C64;
}
.TagClassName
{
border-color: #051C64;
}
</style>