Shades of Prussian Blue #05315F
Tints of Prussian Blue #05315F
RGB
CMYK
RGB Variations
Color information
#05315F (or 0x05315F) is known color: Prussian Blue. HEX triplet: 05, 31 and 5F. RGB value is (5,49,95). Sum of RGB (Red+Green+Blue) = 5+49+95=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #05315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05315F is #FACEA0. Grayscale: #282828. Windows color (decimal): -16436897 or 6238469. OLE color: 6238469.
HSL color Cylindrical-coordinate representation of color #05315F: hue angle of 210.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 #05315F is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 49 | 95 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.63 |
| HSL | 210.67º | 0.9% | 0.2% | - |
| HSV(B) | 210.67º | 0.95% | 0.37% | - |
| XYZ | 3.23 | 3.06 | 11.25 | - |
| YUV | 41.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 95 | 0.95 | 0.48 | 0 | 0.63 | 210.67 | 0.9 | 0.2 |
| Hex | 5 | 31 | 5F | 5F | 30 | 0 | 3F | D3 | 5A | 14 |
| Octal | 5 | 61 | 137 | 137 | 60 | 0 | 77 | 323 | 132 | 24 |
| Binary | 101 | 110001 | 1011111 | 1011111 | 110000 | 0 | 111111 | 11010011 | 1011010 | 10100 |
Color Harmonies of #05315F
Complementary color
Monochromatic Colors of #05315F
Black with #05315F
Text Example
Text Example
White with #05315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05315F; }
p { color: rgb(5,49,95); }
H1.HeaderClassName
{
color: #05315F;
}
.AnyTagClassName
{
color: #05315F;
}
</style>
background-color css
<style>
a { background-color: #05315F; }
a { background-color: rgb(5,49,95); }
div.DivClassName
{
background-color: #05315F;
}
.BgClassName
{
background-color: #05315F;
}
</style>
border-color css
<style>
span { border-color: #05315F; }
span { border-color: rgb(5,49,95); }
td.TdClassName
{
border-color: #05315F;
}
.TagClassName
{
border-color: #05315F;
}
</style>