Shades of Prussian Blue #05385A
Tints of Prussian Blue #05385A
RGB
CMYK
RGB Variations
Color information
#05385A (or 0x05385A) is known color: Prussian Blue. HEX triplet: 05, 38 and 5A. RGB value is (5,56,90). Sum of RGB (Red+Green+Blue) = 5+56+90=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #05385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05385A is #FAC7A5. Grayscale: #2C2C2C. Windows color (decimal): -16435110 or 5912581. OLE color: 5912581.
HSL color Cylindrical-coordinate representation of color #05385A: hue angle of 204º 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 #05385A is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 56 | 90 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.65 |
| HSL | 204º | 0.89% | 0.19% | - |
| HSV(B) | 204º | 0.94% | 0.35% | - |
| XYZ | 3.32 | 3.6 | 10.19 | - |
| YUV | 44.63 | 153.6 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 90 | 0.94 | 0.38 | 0 | 0.65 | 204 | 0.89 | 0.19 |
| Hex | 5 | 38 | 5A | 5E | 26 | 0 | 41 | CC | 59 | 13 |
| Octal | 5 | 70 | 132 | 136 | 46 | 0 | 101 | 314 | 131 | 23 |
| Binary | 101 | 111000 | 1011010 | 1011110 | 100110 | 0 | 1000001 | 11001100 | 1011001 | 10011 |
Color Harmonies of #05385A
Complementary color
Monochromatic Colors of #05385A
Black with #05385A
Text Example
Text Example
White with #05385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05385A; }
p { color: rgb(5,56,90); }
H1.HeaderClassName
{
color: #05385A;
}
.AnyTagClassName
{
color: #05385A;
}
</style>
background-color css
<style>
a { background-color: #05385A; }
a { background-color: rgb(5,56,90); }
div.DivClassName
{
background-color: #05385A;
}
.BgClassName
{
background-color: #05385A;
}
</style>
border-color css
<style>
span { border-color: #05385A; }
span { border-color: rgb(5,56,90); }
td.TdClassName
{
border-color: #05385A;
}
.TagClassName
{
border-color: #05385A;
}
</style>