Shades of Sapphire #052F74
Tints of Sapphire #052F74
RGB
CMYK
RGB Variations
Color information
#052F74 (or 0x052F74) is known color: Sapphire. HEX triplet: 05, 2F and 74. RGB value is (5,47,116). Sum of RGB (Red+Green+Blue) = 5+47+116=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #052F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052F74 is #FAD08B. Grayscale: #292929. Windows color (decimal): -16437388 or 7614213. OLE color: 7614213.
HSL color Cylindrical-coordinate representation of color #052F74: hue angle of 217.3º 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 #052F74 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 47 | 116 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.55 |
| HSL | 217.3º | 0.92% | 0.24% | - |
| HSV(B) | 217.3º | 0.96% | 0.45% | - |
| XYZ | 4.23 | 3.33 | 16.94 | - |
| YUV | 42.31 | 169.59 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 116 | 0.96 | 0.59 | 0 | 0.55 | 217.3 | 0.92 | 0.24 |
| Hex | 5 | 2F | 74 | 60 | 3B | 0 | 37 | D9 | 5C | 18 |
| Octal | 5 | 57 | 164 | 140 | 73 | 0 | 67 | 331 | 134 | 30 |
| Binary | 101 | 101111 | 1110100 | 1100000 | 111011 | 0 | 110111 | 11011001 | 1011100 | 11000 |
Color Harmonies of #052F74
Complementary color
Monochromatic Colors of #052F74
Black with #052F74
Text Example
Text Example
White with #052F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F74; }
p { color: rgb(5,47,116); }
H1.HeaderClassName
{
color: #052F74;
}
.AnyTagClassName
{
color: #052F74;
}
</style>
background-color css
<style>
a { background-color: #052F74; }
a { background-color: rgb(5,47,116); }
div.DivClassName
{
background-color: #052F74;
}
.BgClassName
{
background-color: #052F74;
}
</style>
border-color css
<style>
span { border-color: #052F74; }
span { border-color: rgb(5,47,116); }
td.TdClassName
{
border-color: #052F74;
}
.TagClassName
{
border-color: #052F74;
}
</style>