Shades of Prussian Blue #05375F
Tints of Prussian Blue #05375F
RGB
CMYK
RGB Variations
Color information
#05375F (or 0x05375F) is known color: Prussian Blue. HEX triplet: 05, 37 and 5F. RGB value is (5,55,95). Sum of RGB (Red+Green+Blue) = 5+55+95=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #05375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05375F is #FAC8A0. Grayscale: #2C2C2C. Windows color (decimal): -16435361 or 6240005. OLE color: 6240005.
HSL color Cylindrical-coordinate representation of color #05375F: hue angle of 206.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05375F is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 55 | 95 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.63 |
| HSL | 206.67º | 0.9% | 0.2% | - |
| HSV(B) | 206.67º | 0.95% | 0.37% | - |
| XYZ | 3.49 | 3.59 | 11.34 | - |
| YUV | 44.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 95 | 0.95 | 0.42 | 0 | 0.63 | 206.67 | 0.9 | 0.2 |
| Hex | 5 | 37 | 5F | 5F | 2A | 0 | 3F | CF | 5A | 14 |
| Octal | 5 | 67 | 137 | 137 | 52 | 0 | 77 | 317 | 132 | 24 |
| Binary | 101 | 110111 | 1011111 | 1011111 | 101010 | 0 | 111111 | 11001111 | 1011010 | 10100 |
Color Harmonies of #05375F
Complementary color
Monochromatic Colors of #05375F
Black with #05375F
Text Example
Text Example
White with #05375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05375F; }
p { color: rgb(5,55,95); }
H1.HeaderClassName
{
color: #05375F;
}
.AnyTagClassName
{
color: #05375F;
}
</style>
background-color css
<style>
a { background-color: #05375F; }
a { background-color: rgb(5,55,95); }
div.DivClassName
{
background-color: #05375F;
}
.BgClassName
{
background-color: #05375F;
}
</style>
border-color css
<style>
span { border-color: #05375F; }
span { border-color: rgb(5,55,95); }
td.TdClassName
{
border-color: #05375F;
}
.TagClassName
{
border-color: #05375F;
}
</style>