Shades of Sapphire #052E7C
Tints of Sapphire #052E7C
RGB
CMYK
RGB Variations
Color information
#052E7C (or 0x052E7C) is known color: Sapphire. HEX triplet: 05, 2E and 7C. RGB value is (5,46,124). Sum of RGB (Red+Green+Blue) = 5+46+124=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 124 (48.83% from 255 or 70.86% from 175); Max value from RGB is 124 - color contains mainly: blue. Hex color #052E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E7C is #FAD183. Grayscale: #2A2A2A. Windows color (decimal): -16437636 or 8138245. OLE color: 8138245.
HSL color Cylindrical-coordinate representation of color #052E7C: hue angle of 219.33º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052E7C is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 46 | 124 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.51 |
| HSL | 219.33º | 0.92% | 0.25% | - |
| HSV(B) | 219.33º | 0.96% | 0.49% | - |
| XYZ | 4.68 | 3.44 | 19.49 | - |
| YUV | 42.63 | 173.92 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 124 | 0.96 | 0.63 | 0 | 0.51 | 219.33 | 0.92 | 0.25 |
| Hex | 5 | 2E | 7C | 60 | 3F | 0 | 33 | DB | 5C | 19 |
| Octal | 5 | 56 | 174 | 140 | 77 | 0 | 63 | 333 | 134 | 31 |
| Binary | 101 | 101110 | 1111100 | 1100000 | 111111 | 0 | 110011 | 11011011 | 1011100 | 11001 |
Color Harmonies of #052E7C
Complementary color
Monochromatic Colors of #052E7C
Black with #052E7C
Text Example
Text Example
White with #052E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E7C; }
p { color: rgb(5,46,124); }
H1.HeaderClassName
{
color: #052E7C;
}
.AnyTagClassName
{
color: #052E7C;
}
</style>
background-color css
<style>
a { background-color: #052E7C; }
a { background-color: rgb(5,46,124); }
div.DivClassName
{
background-color: #052E7C;
}
.BgClassName
{
background-color: #052E7C;
}
</style>
border-color css
<style>
span { border-color: #052E7C; }
span { border-color: rgb(5,46,124); }
td.TdClassName
{
border-color: #052E7C;
}
.TagClassName
{
border-color: #052E7C;
}
</style>