Shades of Prussian Blue #052E65
Tints of Prussian Blue #052E65
RGB
CMYK
RGB Variations
Color information
#052E65 (or 0x052E65) is known color: Prussian Blue. HEX triplet: 05, 2E and 65. RGB value is (5,46,101). Sum of RGB (Red+Green+Blue) = 5+46+101=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #052E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E65 is #FAD19A. Grayscale: #272727. Windows color (decimal): -16437659 or 6630917. OLE color: 6630917.
HSL color Cylindrical-coordinate representation of color #052E65: hue angle of 214.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052E65 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 46 | 101 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.60 |
| HSL | 214.38º | 0.91% | 0.21% | - |
| HSV(B) | 214.38º | 0.95% | 0.4% | - |
| XYZ | 3.39 | 2.93 | 12.7 | - |
| YUV | 40.01 | 162.42 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 101 | 0.95 | 0.54 | 0 | 0.60 | 214.38 | 0.91 | 0.21 |
| Hex | 5 | 2E | 65 | 5F | 36 | 0 | 3C | D6 | 5B | 15 |
| Octal | 5 | 56 | 145 | 137 | 66 | 0 | 74 | 326 | 133 | 25 |
| Binary | 101 | 101110 | 1100101 | 1011111 | 110110 | 0 | 111100 | 11010110 | 1011011 | 10101 |
Color Harmonies of #052E65
Complementary color
Monochromatic Colors of #052E65
Black with #052E65
Text Example
Text Example
White with #052E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E65; }
p { color: rgb(5,46,101); }
H1.HeaderClassName
{
color: #052E65;
}
.AnyTagClassName
{
color: #052E65;
}
</style>
background-color css
<style>
a { background-color: #052E65; }
a { background-color: rgb(5,46,101); }
div.DivClassName
{
background-color: #052E65;
}
.BgClassName
{
background-color: #052E65;
}
</style>
border-color css
<style>
span { border-color: #052E65; }
span { border-color: rgb(5,46,101); }
td.TdClassName
{
border-color: #052E65;
}
.TagClassName
{
border-color: #052E65;
}
</style>