Shades of Prussian Blue #052F68
Tints of Prussian Blue #052F68
RGB
CMYK
RGB Variations
Color information
#052F68 (or 0x052F68) is known color: Prussian Blue. HEX triplet: 05, 2F and 68. RGB value is (5,47,104). Sum of RGB (Red+Green+Blue) = 5+47+104=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #052F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052F68 is #FAD097. Grayscale: #282828. Windows color (decimal): -16437400 or 6827781. OLE color: 6827781.
HSL color Cylindrical-coordinate representation of color #052F68: hue angle of 214.55º 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 #052F68 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 47 | 104 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.59 |
| HSL | 214.55º | 0.91% | 0.21% | - |
| HSV(B) | 214.55º | 0.95% | 0.41% | - |
| XYZ | 3.58 | 3.06 | 13.5 | - |
| YUV | 40.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 104 | 0.95 | 0.55 | 0 | 0.59 | 214.55 | 0.91 | 0.21 |
| Hex | 5 | 2F | 68 | 5F | 37 | 0 | 3B | D7 | 5B | 15 |
| Octal | 5 | 57 | 150 | 137 | 67 | 0 | 73 | 327 | 133 | 25 |
| Binary | 101 | 101111 | 1101000 | 1011111 | 110111 | 0 | 111011 | 11010111 | 1011011 | 10101 |
Color Harmonies of #052F68
Complementary color
Monochromatic Colors of #052F68
Black with #052F68
Text Example
Text Example
White with #052F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F68; }
p { color: rgb(5,47,104); }
H1.HeaderClassName
{
color: #052F68;
}
.AnyTagClassName
{
color: #052F68;
}
</style>
background-color css
<style>
a { background-color: #052F68; }
a { background-color: rgb(5,47,104); }
div.DivClassName
{
background-color: #052F68;
}
.BgClassName
{
background-color: #052F68;
}
</style>
border-color css
<style>
span { border-color: #052F68; }
span { border-color: rgb(5,47,104); }
td.TdClassName
{
border-color: #052F68;
}
.TagClassName
{
border-color: #052F68;
}
</style>