Shades of Prussian Blue #05385E
Tints of Prussian Blue #05385E
RGB
CMYK
RGB Variations
Color information
#05385E (or 0x05385E) is known color: Prussian Blue. HEX triplet: 05, 38 and 5E. RGB value is (5,56,94). Sum of RGB (Red+Green+Blue) = 5+56+94=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #05385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05385E is #FAC7A1. Grayscale: #2C2C2C. Windows color (decimal): -16435106 or 6174725. OLE color: 6174725.
HSL color Cylindrical-coordinate representation of color #05385E: hue angle of 205.62º 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 #05385E is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 56 | 94 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.63 |
| HSL | 205.62º | 0.9% | 0.19% | - |
| HSV(B) | 205.62º | 0.95% | 0.37% | - |
| XYZ | 3.5 | 3.67 | 11.11 | - |
| YUV | 45.08 | 155.6 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 94 | 0.95 | 0.40 | 0 | 0.63 | 205.62 | 0.9 | 0.19 |
| Hex | 5 | 38 | 5E | 5F | 28 | 0 | 3F | CE | 5A | 13 |
| Octal | 5 | 70 | 136 | 137 | 50 | 0 | 77 | 316 | 132 | 23 |
| Binary | 101 | 111000 | 1011110 | 1011111 | 101000 | 0 | 111111 | 11001110 | 1011010 | 10011 |
Color Harmonies of #05385E
Complementary color
Monochromatic Colors of #05385E
Black with #05385E
Text Example
Text Example
White with #05385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05385E; }
p { color: rgb(5,56,94); }
H1.HeaderClassName
{
color: #05385E;
}
.AnyTagClassName
{
color: #05385E;
}
</style>
background-color css
<style>
a { background-color: #05385E; }
a { background-color: rgb(5,56,94); }
div.DivClassName
{
background-color: #05385E;
}
.BgClassName
{
background-color: #05385E;
}
</style>
border-color css
<style>
span { border-color: #05385E; }
span { border-color: rgb(5,56,94); }
td.TdClassName
{
border-color: #05385E;
}
.TagClassName
{
border-color: #05385E;
}
</style>