Shades of Prussian Blue #053F63
Tints of Prussian Blue #053F63
RGB
CMYK
RGB Variations
Color information
#053F63 (or 0x053F63) is known color: Prussian Blue. HEX triplet: 05, 3F and 63. RGB value is (5,63,99). Sum of RGB (Red+Green+Blue) = 5+63+99=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #053F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F63 is #FAC09C. Grayscale: #313131. Windows color (decimal): -16433309 or 6504197. OLE color: 6504197.
HSL color Cylindrical-coordinate representation of color #053F63: hue angle of 202.98º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053F63 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 63 | 99 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.61 |
| HSL | 202.98º | 0.9% | 0.2% | - |
| HSV(B) | 202.98º | 0.95% | 0.39% | - |
| XYZ | 4.09 | 4.49 | 12.45 | - |
| YUV | 49.76 | 155.78 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 99 | 0.95 | 0.36 | 0 | 0.61 | 202.98 | 0.9 | 0.2 |
| Hex | 5 | 3F | 63 | 5F | 24 | 0 | 3D | CB | 5A | 14 |
| Octal | 5 | 77 | 143 | 137 | 44 | 0 | 75 | 313 | 132 | 24 |
| Binary | 101 | 111111 | 1100011 | 1011111 | 100100 | 0 | 111101 | 11001011 | 1011010 | 10100 |
Color Harmonies of #053F63
Complementary color
Monochromatic Colors of #053F63
Black with #053F63
Text Example
Text Example
White with #053F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F63; }
p { color: rgb(5,63,99); }
H1.HeaderClassName
{
color: #053F63;
}
.AnyTagClassName
{
color: #053F63;
}
</style>
background-color css
<style>
a { background-color: #053F63; }
a { background-color: rgb(5,63,99); }
div.DivClassName
{
background-color: #053F63;
}
.BgClassName
{
background-color: #053F63;
}
</style>
border-color css
<style>
span { border-color: #053F63; }
span { border-color: rgb(5,63,99); }
td.TdClassName
{
border-color: #053F63;
}
.TagClassName
{
border-color: #053F63;
}
</style>