Shades of Prussian Blue #05415B
Tints of Prussian Blue #05415B
RGB
CMYK
RGB Variations
Color information
#05415B (or 0x05415B) is known color: Prussian Blue. HEX triplet: 05, 41 and 5B. RGB value is (5,65,91). Sum of RGB (Red+Green+Blue) = 5+65+91=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #05415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05415B is #FABEA4. Grayscale: #313131. Windows color (decimal): -16432805 or 5980421. OLE color: 5980421.
HSL color Cylindrical-coordinate representation of color #05415B: hue angle of 198.14º 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 #05415B is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 65 | 91 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.64 |
| HSL | 198.14º | 0.9% | 0.19% | - |
| HSV(B) | 198.14º | 0.95% | 0.36% | - |
| XYZ | 3.84 | 4.57 | 10.58 | - |
| YUV | 50.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 91 | 0.95 | 0.29 | 0 | 0.64 | 198.14 | 0.9 | 0.19 |
| Hex | 5 | 41 | 5B | 5F | 1D | 0 | 40 | C6 | 5A | 13 |
| Octal | 5 | 101 | 133 | 137 | 35 | 0 | 100 | 306 | 132 | 23 |
| Binary | 101 | 1000001 | 1011011 | 1011111 | 11101 | 0 | 1000000 | 11000110 | 1011010 | 10011 |
Color Harmonies of #05415B
Complementary color
Monochromatic Colors of #05415B
Black with #05415B
Text Example
Text Example
White with #05415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05415B; }
p { color: rgb(5,65,91); }
H1.HeaderClassName
{
color: #05415B;
}
.AnyTagClassName
{
color: #05415B;
}
</style>
background-color css
<style>
a { background-color: #05415B; }
a { background-color: rgb(5,65,91); }
div.DivClassName
{
background-color: #05415B;
}
.BgClassName
{
background-color: #05415B;
}
</style>
border-color css
<style>
span { border-color: #05415B; }
span { border-color: rgb(5,65,91); }
td.TdClassName
{
border-color: #05415B;
}
.TagClassName
{
border-color: #05415B;
}
</style>