Shades of Prussian Blue #05415C
Tints of Prussian Blue #05415C
RGB
CMYK
RGB Variations
Color information
#05415C (or 0x05415C) is known color: Prussian Blue. HEX triplet: 05, 41 and 5C. RGB value is (5,65,92). Sum of RGB (Red+Green+Blue) = 5+65+92=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #05415C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05415C is #FABEA3. Grayscale: #313131. Windows color (decimal): -16432804 or 6045957. OLE color: 6045957.
HSL color Cylindrical-coordinate representation of color #05415C: hue angle of 198.62º 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 #05415C is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 65 | 92 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.64 |
| HSL | 198.62º | 0.9% | 0.19% | - |
| HSV(B) | 198.62º | 0.95% | 0.36% | - |
| XYZ | 3.88 | 4.59 | 10.81 | - |
| YUV | 50.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 92 | 0.95 | 0.29 | 0 | 0.64 | 198.62 | 0.9 | 0.19 |
| Hex | 5 | 41 | 5C | 5F | 1D | 0 | 40 | C7 | 5A | 13 |
| Octal | 5 | 101 | 134 | 137 | 35 | 0 | 100 | 307 | 132 | 23 |
| Binary | 101 | 1000001 | 1011100 | 1011111 | 11101 | 0 | 1000000 | 11000111 | 1011010 | 10011 |
Color Harmonies of #05415C
Complementary color
Monochromatic Colors of #05415C
Black with #05415C
Text Example
Text Example
White with #05415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05415C; }
p { color: rgb(5,65,92); }
H1.HeaderClassName
{
color: #05415C;
}
.AnyTagClassName
{
color: #05415C;
}
</style>
background-color css
<style>
a { background-color: #05415C; }
a { background-color: rgb(5,65,92); }
div.DivClassName
{
background-color: #05415C;
}
.BgClassName
{
background-color: #05415C;
}
</style>
border-color css
<style>
span { border-color: #05415C; }
span { border-color: rgb(5,65,92); }
td.TdClassName
{
border-color: #05415C;
}
.TagClassName
{
border-color: #05415C;
}
</style>