Shades of Sapphire #052E7E
Tints of Sapphire #052E7E
RGB
CMYK
RGB Variations
Color information
#052E7E (or 0x052E7E) is known color: Sapphire. HEX triplet: 05, 2E and 7E. RGB value is (5,46,126). Sum of RGB (Red+Green+Blue) = 5+46+126=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 126 (49.61% from 255 or 71.19% from 177); Max value from RGB is 126 - color contains mainly: blue. Hex color #052E7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E7E is #FAD181. Grayscale: #2A2A2A. Windows color (decimal): -16437634 or 8269317. OLE color: 8269317.
HSL color Cylindrical-coordinate representation of color #052E7E: hue angle of 219.67º 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 #052E7E is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 46 | 126 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.51 |
| HSL | 219.67º | 0.92% | 0.26% | - |
| HSV(B) | 219.67º | 0.96% | 0.49% | - |
| XYZ | 4.81 | 3.49 | 20.16 | - |
| YUV | 42.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 126 | 0.96 | 0.63 | 0 | 0.51 | 219.67 | 0.92 | 0.26 |
| Hex | 5 | 2E | 7E | 60 | 3F | 0 | 33 | DC | 5C | 1A |
| Octal | 5 | 56 | 176 | 140 | 77 | 0 | 63 | 334 | 134 | 32 |
| Binary | 101 | 101110 | 1111110 | 1100000 | 111111 | 0 | 110011 | 11011100 | 1011100 | 11010 |
Color Harmonies of #052E7E
Complementary color
Monochromatic Colors of #052E7E
Black with #052E7E
Text Example
Text Example
White with #052E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E7E; }
p { color: rgb(5,46,126); }
H1.HeaderClassName
{
color: #052E7E;
}
.AnyTagClassName
{
color: #052E7E;
}
</style>
background-color css
<style>
a { background-color: #052E7E; }
a { background-color: rgb(5,46,126); }
div.DivClassName
{
background-color: #052E7E;
}
.BgClassName
{
background-color: #052E7E;
}
</style>
border-color css
<style>
span { border-color: #052E7E; }
span { border-color: rgb(5,46,126); }
td.TdClassName
{
border-color: #052E7E;
}
.TagClassName
{
border-color: #052E7E;
}
</style>