Shades of Prussian Blue #052D68
Tints of Prussian Blue #052D68
RGB
CMYK
RGB Variations
Color information
#052D68 (or 0x052D68) is known color: Prussian Blue. HEX triplet: 05, 2D and 68. RGB value is (5,45,104). Sum of RGB (Red+Green+Blue) = 5+45+104=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #052D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D68 is #FAD297. Grayscale: #272727. Windows color (decimal): -16437912 or 6827269. OLE color: 6827269.
HSL color Cylindrical-coordinate representation of color #052D68: hue angle of 215.76º 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 #052D68 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 45 | 104 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.59 |
| HSL | 215.76º | 0.91% | 0.21% | - |
| HSV(B) | 215.76º | 0.95% | 0.41% | - |
| XYZ | 3.5 | 2.91 | 13.47 | - |
| YUV | 39.77 | 164.25 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 104 | 0.95 | 0.57 | 0 | 0.59 | 215.76 | 0.91 | 0.21 |
| Hex | 5 | 2D | 68 | 5F | 39 | 0 | 3B | D8 | 5B | 15 |
| Octal | 5 | 55 | 150 | 137 | 71 | 0 | 73 | 330 | 133 | 25 |
| Binary | 101 | 101101 | 1101000 | 1011111 | 111001 | 0 | 111011 | 11011000 | 1011011 | 10101 |
Color Harmonies of #052D68
Complementary color
Monochromatic Colors of #052D68
Black with #052D68
Text Example
Text Example
White with #052D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D68; }
p { color: rgb(5,45,104); }
H1.HeaderClassName
{
color: #052D68;
}
.AnyTagClassName
{
color: #052D68;
}
</style>
background-color css
<style>
a { background-color: #052D68; }
a { background-color: rgb(5,45,104); }
div.DivClassName
{
background-color: #052D68;
}
.BgClassName
{
background-color: #052D68;
}
</style>
border-color css
<style>
span { border-color: #052D68; }
span { border-color: rgb(5,45,104); }
td.TdClassName
{
border-color: #052D68;
}
.TagClassName
{
border-color: #052D68;
}
</style>