Shades of Sapphire #052C7E
Tints of Sapphire #052C7E
RGB
CMYK
RGB Variations
Color information
#052C7E (or 0x052C7E) is known color: Sapphire. HEX triplet: 05, 2C and 7E. RGB value is (5,44,126). Sum of RGB (Red+Green+Blue) = 5+44+126=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 126 (49.61% from 255 or 72% from 175); Max value from RGB is 126 - color contains mainly: blue. Hex color #052C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C7E is #FAD381. Grayscale: #292929. Windows color (decimal): -16438146 or 8268805. OLE color: 8268805.
HSL color Cylindrical-coordinate representation of color #052C7E: hue angle of 220.66º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052C7E is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 44 | 126 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.51 |
| HSL | 220.66º | 0.92% | 0.26% | - |
| HSV(B) | 220.66º | 0.96% | 0.49% | - |
| XYZ | 4.73 | 3.34 | 20.13 | - |
| YUV | 41.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 126 | 0.96 | 0.65 | 0 | 0.51 | 220.66 | 0.92 | 0.26 |
| Hex | 5 | 2C | 7E | 60 | 41 | 0 | 33 | DD | 5C | 1A |
| Octal | 5 | 54 | 176 | 140 | 101 | 0 | 63 | 335 | 134 | 32 |
| Binary | 101 | 101100 | 1111110 | 1100000 | 1000001 | 0 | 110011 | 11011101 | 1011100 | 11010 |
Color Harmonies of #052C7E
Complementary color
Monochromatic Colors of #052C7E
Black with #052C7E
Text Example
Text Example
White with #052C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C7E; }
p { color: rgb(5,44,126); }
H1.HeaderClassName
{
color: #052C7E;
}
.AnyTagClassName
{
color: #052C7E;
}
</style>
background-color css
<style>
a { background-color: #052C7E; }
a { background-color: rgb(5,44,126); }
div.DivClassName
{
background-color: #052C7E;
}
.BgClassName
{
background-color: #052C7E;
}
</style>
border-color css
<style>
span { border-color: #052C7E; }
span { border-color: rgb(5,44,126); }
td.TdClassName
{
border-color: #052C7E;
}
.TagClassName
{
border-color: #052C7E;
}
</style>