Shades of Sapphire #051C53
Tints of Sapphire #051C53
RGB
CMYK
RGB Variations
Color information
#051C53 (or 0x051C53) is known color: Sapphire. HEX triplet: 05, 1C and 53. RGB value is (5,28,83). Sum of RGB (Red+Green+Blue) = 5+28+83=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #051C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C53 is #FAE3AC. Grayscale: #1B1B1B. Windows color (decimal): -16442285 or 5446661. OLE color: 5446661.
HSL color Cylindrical-coordinate representation of color #051C53: hue angle of 222.31º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051C53 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 28 | 83 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.67 |
| HSL | 222.31º | 0.89% | 0.17% | - |
| HSV(B) | 222.31º | 0.94% | 0.33% | - |
| XYZ | 2.04 | 1.49 | 8.36 | - |
| YUV | 27.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 83 | 0.94 | 0.66 | 0 | 0.67 | 222.31 | 0.89 | 0.17 |
| Hex | 5 | 1C | 53 | 5E | 42 | 0 | 43 | DE | 59 | 11 |
| Octal | 5 | 34 | 123 | 136 | 102 | 0 | 103 | 336 | 131 | 21 |
| Binary | 101 | 11100 | 1010011 | 1011110 | 1000010 | 0 | 1000011 | 11011110 | 1011001 | 10001 |
Color Harmonies of #051C53
Complementary color
Monochromatic Colors of #051C53
Black with #051C53
Text Example
Text Example
White with #051C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C53; }
p { color: rgb(5,28,83); }
H1.HeaderClassName
{
color: #051C53;
}
.AnyTagClassName
{
color: #051C53;
}
</style>
background-color css
<style>
a { background-color: #051C53; }
a { background-color: rgb(5,28,83); }
div.DivClassName
{
background-color: #051C53;
}
.BgClassName
{
background-color: #051C53;
}
</style>
border-color css
<style>
span { border-color: #051C53; }
span { border-color: rgb(5,28,83); }
td.TdClassName
{
border-color: #051C53;
}
.TagClassName
{
border-color: #051C53;
}
</style>