Shades of Sapphire #052A74
Tints of Sapphire #052A74
RGB
CMYK
RGB Variations
Color information
#052A74 (or 0x052A74) is known color: Sapphire. HEX triplet: 05, 2A and 74. RGB value is (5,42,116). Sum of RGB (Red+Green+Blue) = 5+42+116=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #052A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A74 is #FAD58B. Grayscale: #272727. Windows color (decimal): -16438668 or 7612933. OLE color: 7612933.
HSL color Cylindrical-coordinate representation of color #052A74: hue angle of 220º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052A74 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 42 | 116 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.55 |
| HSL | 220º | 0.92% | 0.24% | - |
| HSV(B) | 220º | 0.96% | 0.45% | - |
| XYZ | 4.04 | 2.95 | 16.88 | - |
| YUV | 39.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 116 | 0.96 | 0.64 | 0 | 0.55 | 220 | 0.92 | 0.24 |
| Hex | 5 | 2A | 74 | 60 | 40 | 0 | 37 | DC | 5C | 18 |
| Octal | 5 | 52 | 164 | 140 | 100 | 0 | 67 | 334 | 134 | 30 |
| Binary | 101 | 101010 | 1110100 | 1100000 | 1000000 | 0 | 110111 | 11011100 | 1011100 | 11000 |
Color Harmonies of #052A74
Complementary color
Monochromatic Colors of #052A74
Black with #052A74
Text Example
Text Example
White with #052A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A74; }
p { color: rgb(5,42,116); }
H1.HeaderClassName
{
color: #052A74;
}
.AnyTagClassName
{
color: #052A74;
}
</style>
background-color css
<style>
a { background-color: #052A74; }
a { background-color: rgb(5,42,116); }
div.DivClassName
{
background-color: #052A74;
}
.BgClassName
{
background-color: #052A74;
}
</style>
border-color css
<style>
span { border-color: #052A74; }
span { border-color: rgb(5,42,116); }
td.TdClassName
{
border-color: #052A74;
}
.TagClassName
{
border-color: #052A74;
}
</style>