Shades of Prussian Blue #052E68
Tints of Prussian Blue #052E68
RGB
CMYK
RGB Variations
Color information
#052E68 (or 0x052E68) is known color: Prussian Blue. HEX triplet: 05, 2E and 68. RGB value is (5,46,104). Sum of RGB (Red+Green+Blue) = 5+46+104=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #052E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E68 is #FAD197. Grayscale: #282828. Windows color (decimal): -16437656 or 6827525. OLE color: 6827525.
HSL color Cylindrical-coordinate representation of color #052E68: hue angle of 215.15º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052E68 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 46 | 104 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.59 |
| HSL | 215.15º | 0.91% | 0.21% | - |
| HSV(B) | 215.15º | 0.95% | 0.41% | - |
| XYZ | 3.54 | 2.99 | 13.49 | - |
| YUV | 40.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 104 | 0.95 | 0.56 | 0 | 0.59 | 215.15 | 0.91 | 0.21 |
| Hex | 5 | 2E | 68 | 5F | 38 | 0 | 3B | D7 | 5B | 15 |
| Octal | 5 | 56 | 150 | 137 | 70 | 0 | 73 | 327 | 133 | 25 |
| Binary | 101 | 101110 | 1101000 | 1011111 | 111000 | 0 | 111011 | 11010111 | 1011011 | 10101 |
Color Harmonies of #052E68
Complementary color
Monochromatic Colors of #052E68
Black with #052E68
Text Example
Text Example
White with #052E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E68; }
p { color: rgb(5,46,104); }
H1.HeaderClassName
{
color: #052E68;
}
.AnyTagClassName
{
color: #052E68;
}
</style>
background-color css
<style>
a { background-color: #052E68; }
a { background-color: rgb(5,46,104); }
div.DivClassName
{
background-color: #052E68;
}
.BgClassName
{
background-color: #052E68;
}
</style>
border-color css
<style>
span { border-color: #052E68; }
span { border-color: rgb(5,46,104); }
td.TdClassName
{
border-color: #052E68;
}
.TagClassName
{
border-color: #052E68;
}
</style>