Shades of Prussian Blue #054369
Tints of Prussian Blue #054369
RGB
CMYK
RGB Variations
Color information
#054369 (or 0x054369) is known color: Prussian Blue. HEX triplet: 05, 43 and 69. RGB value is (5,67,105). Sum of RGB (Red+Green+Blue) = 5+67+105=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #054369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054369 is #FABC96. Grayscale: #343434. Windows color (decimal): -16432279 or 6898437. OLE color: 6898437.
HSL color Cylindrical-coordinate representation of color #054369: hue angle of 202.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054369 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 67 | 105 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.59 |
| HSL | 202.8º | 0.91% | 0.22% | - |
| HSV(B) | 202.8º | 0.95% | 0.41% | - |
| XYZ | 4.62 | 5.07 | 14.1 | - |
| YUV | 52.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 105 | 0.95 | 0.36 | 0 | 0.59 | 202.8 | 0.91 | 0.22 |
| Hex | 5 | 43 | 69 | 5F | 24 | 0 | 3B | CB | 5B | 16 |
| Octal | 5 | 103 | 151 | 137 | 44 | 0 | 73 | 313 | 133 | 26 |
| Binary | 101 | 1000011 | 1101001 | 1011111 | 100100 | 0 | 111011 | 11001011 | 1011011 | 10110 |
Color Harmonies of #054369
Complementary color
Monochromatic Colors of #054369
Black with #054369
Text Example
Text Example
White with #054369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054369; }
p { color: rgb(5,67,105); }
H1.HeaderClassName
{
color: #054369;
}
.AnyTagClassName
{
color: #054369;
}
</style>
background-color css
<style>
a { background-color: #054369; }
a { background-color: rgb(5,67,105); }
div.DivClassName
{
background-color: #054369;
}
.BgClassName
{
background-color: #054369;
}
</style>
border-color css
<style>
span { border-color: #054369; }
span { border-color: rgb(5,67,105); }
td.TdClassName
{
border-color: #054369;
}
.TagClassName
{
border-color: #054369;
}
</style>