Shades of Prussian Blue #05365A
Tints of Prussian Blue #05365A
RGB
CMYK
RGB Variations
Color information
#05365A (or 0x05365A) is known color: Prussian Blue. HEX triplet: 05, 36 and 5A. RGB value is (5,54,90). Sum of RGB (Red+Green+Blue) = 5+54+90=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #05365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05365A is #FAC9A5. Grayscale: #2B2B2B. Windows color (decimal): -16435622 or 5912069. OLE color: 5912069.
HSL color Cylindrical-coordinate representation of color #05365A: hue angle of 205.41º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05365A is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 54 | 90 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.65 |
| HSL | 205.41º | 0.89% | 0.19% | - |
| HSV(B) | 205.41º | 0.94% | 0.35% | - |
| XYZ | 3.23 | 3.41 | 10.16 | - |
| YUV | 43.45 | 154.27 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 90 | 0.94 | 0.40 | 0 | 0.65 | 205.41 | 0.89 | 0.19 |
| Hex | 5 | 36 | 5A | 5E | 28 | 0 | 41 | CD | 59 | 13 |
| Octal | 5 | 66 | 132 | 136 | 50 | 0 | 101 | 315 | 131 | 23 |
| Binary | 101 | 110110 | 1011010 | 1011110 | 101000 | 0 | 1000001 | 11001101 | 1011001 | 10011 |
Color Harmonies of #05365A
Complementary color
Monochromatic Colors of #05365A
Black with #05365A
Text Example
Text Example
White with #05365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05365A; }
p { color: rgb(5,54,90); }
H1.HeaderClassName
{
color: #05365A;
}
.AnyTagClassName
{
color: #05365A;
}
</style>
background-color css
<style>
a { background-color: #05365A; }
a { background-color: rgb(5,54,90); }
div.DivClassName
{
background-color: #05365A;
}
.BgClassName
{
background-color: #05365A;
}
</style>
border-color css
<style>
span { border-color: #05365A; }
span { border-color: rgb(5,54,90); }
td.TdClassName
{
border-color: #05365A;
}
.TagClassName
{
border-color: #05365A;
}
</style>