Shades of Sapphire #051954
Tints of Sapphire #051954
RGB
CMYK
RGB Variations
Color information
#051954 (or 0x051954) is known color: Sapphire. HEX triplet: 05, 19 and 54. RGB value is (5,25,84). Sum of RGB (Red+Green+Blue) = 5+25+84=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 84 (33.20% from 255 or 73.68% from 114); Max value from RGB is 84 - color contains mainly: blue. Hex color #051954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051954 is #FAE6AB. Grayscale: #191919. Windows color (decimal): -16443052 or 5511429. OLE color: 5511429.
HSL color Cylindrical-coordinate representation of color #051954: hue angle of 224.81º 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 #051954 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 25 | 84 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.67 |
| HSL | 224.81º | 0.89% | 0.17% | - |
| HSV(B) | 224.81º | 0.94% | 0.33% | - |
| XYZ | 2.01 | 1.37 | 8.55 | - |
| YUV | 25.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 84 | 0.94 | 0.70 | 0 | 0.67 | 224.81 | 0.89 | 0.17 |
| Hex | 5 | 19 | 54 | 5E | 46 | 0 | 43 | E1 | 59 | 11 |
| Octal | 5 | 31 | 124 | 136 | 106 | 0 | 103 | 341 | 131 | 21 |
| Binary | 101 | 11001 | 1010100 | 1011110 | 1000110 | 0 | 1000011 | 11100001 | 1011001 | 10001 |
Color Harmonies of #051954
Complementary color
Monochromatic Colors of #051954
Black with #051954
Text Example
Text Example
White with #051954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051954; }
p { color: rgb(5,25,84); }
H1.HeaderClassName
{
color: #051954;
}
.AnyTagClassName
{
color: #051954;
}
</style>
background-color css
<style>
a { background-color: #051954; }
a { background-color: rgb(5,25,84); }
div.DivClassName
{
background-color: #051954;
}
.BgClassName
{
background-color: #051954;
}
</style>
border-color css
<style>
span { border-color: #051954; }
span { border-color: rgb(5,25,84); }
td.TdClassName
{
border-color: #051954;
}
.TagClassName
{
border-color: #051954;
}
</style>