Shades of Prussian Blue #053A68
Tints of Prussian Blue #053A68
RGB
CMYK
RGB Variations
Color information
#053A68 (or 0x053A68) is known color: Prussian Blue. HEX triplet: 05, 3A and 68. RGB value is (5,58,104). Sum of RGB (Red+Green+Blue) = 5+58+104=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #053A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A68 is #FAC597. Grayscale: #2F2F2F. Windows color (decimal): -16434584 or 6830597. OLE color: 6830597.
HSL color Cylindrical-coordinate representation of color #053A68: hue angle of 207.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053A68 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 58 | 104 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.59 |
| HSL | 207.88º | 0.91% | 0.21% | - |
| HSV(B) | 207.88º | 0.95% | 0.41% | - |
| XYZ | 4.07 | 4.06 | 13.67 | - |
| YUV | 47.4 | 159.94 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 104 | 0.95 | 0.44 | 0 | 0.59 | 207.88 | 0.91 | 0.21 |
| Hex | 5 | 3A | 68 | 5F | 2C | 0 | 3B | D0 | 5B | 15 |
| Octal | 5 | 72 | 150 | 137 | 54 | 0 | 73 | 320 | 133 | 25 |
| Binary | 101 | 111010 | 1101000 | 1011111 | 101100 | 0 | 111011 | 11010000 | 1011011 | 10101 |
Color Harmonies of #053A68
Complementary color
Monochromatic Colors of #053A68
Black with #053A68
Text Example
Text Example
White with #053A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A68; }
p { color: rgb(5,58,104); }
H1.HeaderClassName
{
color: #053A68;
}
.AnyTagClassName
{
color: #053A68;
}
</style>
background-color css
<style>
a { background-color: #053A68; }
a { background-color: rgb(5,58,104); }
div.DivClassName
{
background-color: #053A68;
}
.BgClassName
{
background-color: #053A68;
}
</style>
border-color css
<style>
span { border-color: #053A68; }
span { border-color: rgb(5,58,104); }
td.TdClassName
{
border-color: #053A68;
}
.TagClassName
{
border-color: #053A68;
}
</style>