Shades of Prussian Blue #05376D
Tints of Prussian Blue #05376D
RGB
CMYK
RGB Variations
Color information
#05376D (or 0x05376D) is known color: Prussian Blue. HEX triplet: 05, 37 and 6D. RGB value is (5,55,109). Sum of RGB (Red+Green+Blue) = 5+55+109=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #05376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05376D is #FAC892. Grayscale: #2D2D2D. Windows color (decimal): -16435347 or 7157509. OLE color: 7157509.
HSL color Cylindrical-coordinate representation of color #05376D: hue angle of 211.15º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05376D is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 55 | 109 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.57 |
| HSL | 211.15º | 0.91% | 0.22% | - |
| HSV(B) | 211.15º | 0.95% | 0.43% | - |
| XYZ | 4.19 | 3.87 | 14.99 | - |
| YUV | 46.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 109 | 0.95 | 0.50 | 0 | 0.57 | 211.15 | 0.91 | 0.22 |
| Hex | 5 | 37 | 6D | 5F | 32 | 0 | 39 | D3 | 5B | 16 |
| Octal | 5 | 67 | 155 | 137 | 62 | 0 | 71 | 323 | 133 | 26 |
| Binary | 101 | 110111 | 1101101 | 1011111 | 110010 | 0 | 111001 | 11010011 | 1011011 | 10110 |
Color Harmonies of #05376D
Complementary color
Monochromatic Colors of #05376D
Black with #05376D
Text Example
Text Example
White with #05376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05376D; }
p { color: rgb(5,55,109); }
H1.HeaderClassName
{
color: #05376D;
}
.AnyTagClassName
{
color: #05376D;
}
</style>
background-color css
<style>
a { background-color: #05376D; }
a { background-color: rgb(5,55,109); }
div.DivClassName
{
background-color: #05376D;
}
.BgClassName
{
background-color: #05376D;
}
</style>
border-color css
<style>
span { border-color: #05376D; }
span { border-color: rgb(5,55,109); }
td.TdClassName
{
border-color: #05376D;
}
.TagClassName
{
border-color: #05376D;
}
</style>