Shades of Sapphire #052154
Tints of Sapphire #052154
RGB
CMYK
RGB Variations
Color information
#052154 (or 0x052154) is known color: Sapphire. HEX triplet: 05, 21 and 54. RGB value is (5,33,84). Sum of RGB (Red+Green+Blue) = 5+33+84=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 84 (33.20% from 255 or 68.85% from 122); Max value from RGB is 84 - color contains mainly: blue. Hex color #052154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052154 is #FADEAB. Grayscale: #1E1E1E. Windows color (decimal): -16441004 or 5513477. OLE color: 5513477.
HSL color Cylindrical-coordinate representation of color #052154: hue angle of 218.73º 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 #052154 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 33 | 84 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.67 |
| HSL | 218.73º | 0.89% | 0.17% | - |
| HSV(B) | 218.73º | 0.94% | 0.33% | - |
| XYZ | 2.21 | 1.76 | 8.61 | - |
| YUV | 30.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 84 | 0.94 | 0.61 | 0 | 0.67 | 218.73 | 0.89 | 0.17 |
| Hex | 5 | 21 | 54 | 5E | 3D | 0 | 43 | DB | 59 | 11 |
| Octal | 5 | 41 | 124 | 136 | 75 | 0 | 103 | 333 | 131 | 21 |
| Binary | 101 | 100001 | 1010100 | 1011110 | 111101 | 0 | 1000011 | 11011011 | 1011001 | 10001 |
Color Harmonies of #052154
Complementary color
Monochromatic Colors of #052154
Black with #052154
Text Example
Text Example
White with #052154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052154; }
p { color: rgb(5,33,84); }
H1.HeaderClassName
{
color: #052154;
}
.AnyTagClassName
{
color: #052154;
}
</style>
background-color css
<style>
a { background-color: #052154; }
a { background-color: rgb(5,33,84); }
div.DivClassName
{
background-color: #052154;
}
.BgClassName
{
background-color: #052154;
}
</style>
border-color css
<style>
span { border-color: #052154; }
span { border-color: rgb(5,33,84); }
td.TdClassName
{
border-color: #052154;
}
.TagClassName
{
border-color: #052154;
}
</style>