Shades of Prussian Blue #05385D
Tints of Prussian Blue #05385D
RGB
CMYK
RGB Variations
Color information
#05385D (or 0x05385D) is known color: Prussian Blue. HEX triplet: 05, 38 and 5D. RGB value is (5,56,93). Sum of RGB (Red+Green+Blue) = 5+56+93=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #05385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05385D is #FAC7A2. Grayscale: #2C2C2C. Windows color (decimal): -16435107 or 6109189. OLE color: 6109189.
HSL color Cylindrical-coordinate representation of color #05385D: hue angle of 205.23º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05385D is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 56 | 93 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.64 |
| HSL | 205.23º | 0.9% | 0.19% | - |
| HSV(B) | 205.23º | 0.95% | 0.36% | - |
| XYZ | 3.45 | 3.65 | 10.88 | - |
| YUV | 44.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 93 | 0.95 | 0.40 | 0 | 0.64 | 205.23 | 0.9 | 0.19 |
| Hex | 5 | 38 | 5D | 5F | 28 | 0 | 40 | CD | 5A | 13 |
| Octal | 5 | 70 | 135 | 137 | 50 | 0 | 100 | 315 | 132 | 23 |
| Binary | 101 | 111000 | 1011101 | 1011111 | 101000 | 0 | 1000000 | 11001101 | 1011010 | 10011 |
Color Harmonies of #05385D
Complementary color
Monochromatic Colors of #05385D
Black with #05385D
Text Example
Text Example
White with #05385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05385D; }
p { color: rgb(5,56,93); }
H1.HeaderClassName
{
color: #05385D;
}
.AnyTagClassName
{
color: #05385D;
}
</style>
background-color css
<style>
a { background-color: #05385D; }
a { background-color: rgb(5,56,93); }
div.DivClassName
{
background-color: #05385D;
}
.BgClassName
{
background-color: #05385D;
}
</style>
border-color css
<style>
span { border-color: #05385D; }
span { border-color: rgb(5,56,93); }
td.TdClassName
{
border-color: #05385D;
}
.TagClassName
{
border-color: #05385D;
}
</style>