Shades of Sapphire #051E5C
Tints of Sapphire #051E5C
RGB
CMYK
RGB Variations
Color information
#051E5C (or 0x051E5C) is known color: Sapphire. HEX triplet: 05, 1E and 5C. RGB value is (5,30,92). Sum of RGB (Red+Green+Blue) = 5+30+92=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #051E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E5C is #FAE1A3. Grayscale: #1D1D1D. Windows color (decimal): -16441764 or 6036997. OLE color: 6036997.
HSL color Cylindrical-coordinate representation of color #051E5C: hue angle of 222.76º 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 #051E5C is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 30 | 92 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.64 |
| HSL | 222.76º | 0.9% | 0.19% | - |
| HSV(B) | 222.76º | 0.95% | 0.36% | - |
| XYZ | 2.46 | 1.73 | 10.33 | - |
| YUV | 29.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 92 | 0.95 | 0.67 | 0 | 0.64 | 222.76 | 0.9 | 0.19 |
| Hex | 5 | 1E | 5C | 5F | 43 | 0 | 40 | DF | 5A | 13 |
| Octal | 5 | 36 | 134 | 137 | 103 | 0 | 100 | 337 | 132 | 23 |
| Binary | 101 | 11110 | 1011100 | 1011111 | 1000011 | 0 | 1000000 | 11011111 | 1011010 | 10011 |
Color Harmonies of #051E5C
Complementary color
Monochromatic Colors of #051E5C
Black with #051E5C
Text Example
Text Example
White with #051E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E5C; }
p { color: rgb(5,30,92); }
H1.HeaderClassName
{
color: #051E5C;
}
.AnyTagClassName
{
color: #051E5C;
}
</style>
background-color css
<style>
a { background-color: #051E5C; }
a { background-color: rgb(5,30,92); }
div.DivClassName
{
background-color: #051E5C;
}
.BgClassName
{
background-color: #051E5C;
}
</style>
border-color css
<style>
span { border-color: #051E5C; }
span { border-color: rgb(5,30,92); }
td.TdClassName
{
border-color: #051E5C;
}
.TagClassName
{
border-color: #051E5C;
}
</style>