Shades of Prussian Blue #054260
Tints of Prussian Blue #054260
RGB
CMYK
RGB Variations
Color information
#054260 (or 0x054260) is known color: Prussian Blue. HEX triplet: 05, 42 and 60. RGB value is (5,66,96). Sum of RGB (Red+Green+Blue) = 5+66+96=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #054260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054260 is #FABD9F. Grayscale: #333333. Windows color (decimal): -16432544 or 6308357. OLE color: 6308357.
HSL color Cylindrical-coordinate representation of color #054260: hue angle of 199.78º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054260 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 66 | 96 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.62 |
| HSL | 199.78º | 0.9% | 0.2% | - |
| HSV(B) | 199.78º | 0.95% | 0.38% | - |
| XYZ | 4.12 | 4.77 | 11.77 | - |
| YUV | 51.18 | 153.29 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 96 | 0.95 | 0.31 | 0 | 0.62 | 199.78 | 0.9 | 0.2 |
| Hex | 5 | 42 | 60 | 5F | 1F | 0 | 3E | C8 | 5A | 14 |
| Octal | 5 | 102 | 140 | 137 | 37 | 0 | 76 | 310 | 132 | 24 |
| Binary | 101 | 1000010 | 1100000 | 1011111 | 11111 | 0 | 111110 | 11001000 | 1011010 | 10100 |
Color Harmonies of #054260
Complementary color
Monochromatic Colors of #054260
Black with #054260
Text Example
Text Example
White with #054260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054260; }
p { color: rgb(5,66,96); }
H1.HeaderClassName
{
color: #054260;
}
.AnyTagClassName
{
color: #054260;
}
</style>
background-color css
<style>
a { background-color: #054260; }
a { background-color: rgb(5,66,96); }
div.DivClassName
{
background-color: #054260;
}
.BgClassName
{
background-color: #054260;
}
</style>
border-color css
<style>
span { border-color: #054260; }
span { border-color: rgb(5,66,96); }
td.TdClassName
{
border-color: #054260;
}
.TagClassName
{
border-color: #054260;
}
</style>