Shades of Sapphire #052C66
Tints of Sapphire #052C66
RGB
CMYK
RGB Variations
Color information
#052C66 (or 0x052C66) is known color: Sapphire. HEX triplet: 05, 2C and 66. RGB value is (5,44,102). Sum of RGB (Red+Green+Blue) = 5+44+102=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #052C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C66 is #FAD399. Grayscale: #262626. Windows color (decimal): -16438170 or 6695941. OLE color: 6695941.
HSL color Cylindrical-coordinate representation of color #052C66: hue angle of 215.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052C66 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 44 | 102 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.6 |
| HSL | 215.88º | 0.91% | 0.21% | - |
| HSV(B) | 215.88º | 0.95% | 0.4% | - |
| XYZ | 3.36 | 2.79 | 12.93 | - |
| YUV | 38.95 | 163.58 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 102 | 0.95 | 0.57 | 0 | 0.6 | 215.88 | 0.91 | 0.21 |
| Hex | 5 | 2C | 66 | 5F | 39 | 0 | 3C | D8 | 5B | 15 |
| Octal | 5 | 54 | 146 | 137 | 71 | 0 | 74 | 330 | 133 | 25 |
| Binary | 101 | 101100 | 1100110 | 1011111 | 111001 | 0 | 111100 | 11011000 | 1011011 | 10101 |
Color Harmonies of #052C66
Complementary color
Monochromatic Colors of #052C66
Black with #052C66
Text Example
Text Example
White with #052C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C66; }
p { color: rgb(5,44,102); }
H1.HeaderClassName
{
color: #052C66;
}
.AnyTagClassName
{
color: #052C66;
}
</style>
background-color css
<style>
a { background-color: #052C66; }
a { background-color: rgb(5,44,102); }
div.DivClassName
{
background-color: #052C66;
}
.BgClassName
{
background-color: #052C66;
}
</style>
border-color css
<style>
span { border-color: #052C66; }
span { border-color: rgb(5,44,102); }
td.TdClassName
{
border-color: #052C66;
}
.TagClassName
{
border-color: #052C66;
}
</style>