Shades of Prussian Blue #05365E
Tints of Prussian Blue #05365E
RGB
CMYK
RGB Variations
Color information
#05365E (or 0x05365E) is known color: Prussian Blue. HEX triplet: 05, 36 and 5E. RGB value is (5,54,94). Sum of RGB (Red+Green+Blue) = 5+54+94=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #05365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05365E is #FAC9A1. Grayscale: #2B2B2B. Windows color (decimal): -16435618 or 6174213. OLE color: 6174213.
HSL color Cylindrical-coordinate representation of color #05365E: hue angle of 206.97º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05365E is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 54 | 94 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.63 |
| HSL | 206.97º | 0.9% | 0.19% | - |
| HSV(B) | 206.97º | 0.95% | 0.37% | - |
| XYZ | 3.4 | 3.48 | 11.08 | - |
| YUV | 43.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 94 | 0.95 | 0.43 | 0 | 0.63 | 206.97 | 0.9 | 0.19 |
| Hex | 5 | 36 | 5E | 5F | 2B | 0 | 3F | CF | 5A | 13 |
| Octal | 5 | 66 | 136 | 137 | 53 | 0 | 77 | 317 | 132 | 23 |
| Binary | 101 | 110110 | 1011110 | 1011111 | 101011 | 0 | 111111 | 11001111 | 1011010 | 10011 |
Color Harmonies of #05365E
Complementary color
Monochromatic Colors of #05365E
Black with #05365E
Text Example
Text Example
White with #05365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05365E; }
p { color: rgb(5,54,94); }
H1.HeaderClassName
{
color: #05365E;
}
.AnyTagClassName
{
color: #05365E;
}
</style>
background-color css
<style>
a { background-color: #05365E; }
a { background-color: rgb(5,54,94); }
div.DivClassName
{
background-color: #05365E;
}
.BgClassName
{
background-color: #05365E;
}
</style>
border-color css
<style>
span { border-color: #05365E; }
span { border-color: rgb(5,54,94); }
td.TdClassName
{
border-color: #05365E;
}
.TagClassName
{
border-color: #05365E;
}
</style>