Shades of Prussian Blue #053C68
Tints of Prussian Blue #053C68
RGB
CMYK
RGB Variations
Color information
#053C68 (or 0x053C68) is known color: Prussian Blue. HEX triplet: 05, 3C and 68. RGB value is (5,60,104). Sum of RGB (Red+Green+Blue) = 5+60+104=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #053C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C68 is #FAC397. Grayscale: #303030. Windows color (decimal): -16434072 or 6831109. OLE color: 6831109.
HSL color Cylindrical-coordinate representation of color #053C68: hue angle of 206.67º 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 #053C68 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 60 | 104 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.59 |
| HSL | 206.67º | 0.91% | 0.21% | - |
| HSV(B) | 206.67º | 0.95% | 0.41% | - |
| XYZ | 4.18 | 4.26 | 13.7 | - |
| YUV | 48.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 104 | 0.95 | 0.42 | 0 | 0.59 | 206.67 | 0.91 | 0.21 |
| Hex | 5 | 3C | 68 | 5F | 2A | 0 | 3B | CF | 5B | 15 |
| Octal | 5 | 74 | 150 | 137 | 52 | 0 | 73 | 317 | 133 | 25 |
| Binary | 101 | 111100 | 1101000 | 1011111 | 101010 | 0 | 111011 | 11001111 | 1011011 | 10101 |
Color Harmonies of #053C68
Complementary color
Monochromatic Colors of #053C68
Black with #053C68
Text Example
Text Example
White with #053C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C68; }
p { color: rgb(5,60,104); }
H1.HeaderClassName
{
color: #053C68;
}
.AnyTagClassName
{
color: #053C68;
}
</style>
background-color css
<style>
a { background-color: #053C68; }
a { background-color: rgb(5,60,104); }
div.DivClassName
{
background-color: #053C68;
}
.BgClassName
{
background-color: #053C68;
}
</style>
border-color css
<style>
span { border-color: #053C68; }
span { border-color: rgb(5,60,104); }
td.TdClassName
{
border-color: #053C68;
}
.TagClassName
{
border-color: #053C68;
}
</style>