Shades of Prussian Blue #013653
Tints of Prussian Blue #013653
RGB
CMYK
RGB Variations
Color information
#013653 (or 0x013653) is known color: Prussian Blue. HEX triplet: 01, 36 and 53. RGB value is (1,54,83). Sum of RGB (Red+Green+Blue) = 1+54+83=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #013653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013653 is #FEC9AC. Grayscale: #292929. Windows color (decimal): -16697773 or 5453313. OLE color: 5453313.
HSL color Cylindrical-coordinate representation of color #013653: hue angle of 201.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013653 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 54 | 83 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.67 |
| HSL | 201.22º | 0.98% | 0.16% | - |
| HSV(B) | 201.22º | 0.99% | 0.33% | - |
| XYZ | 2.89 | 3.27 | 8.66 | - |
| YUV | 41.46 | 151.44 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 83 | 0.99 | 0.35 | 0 | 0.67 | 201.22 | 0.98 | 0.16 |
| Hex | 1 | 36 | 53 | 63 | 23 | 0 | 43 | C9 | 62 | 10 |
| Octal | 1 | 66 | 123 | 143 | 43 | 0 | 103 | 311 | 142 | 20 |
| Binary | 1 | 110110 | 1010011 | 1100011 | 100011 | 0 | 1000011 | 11001001 | 1100010 | 10000 |
Color Harmonies of #013653
Complementary color
Monochromatic Colors of #013653
Black with #013653
Text Example
Text Example
White with #013653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013653; }
p { color: rgb(1,54,83); }
H1.HeaderClassName
{
color: #013653;
}
.AnyTagClassName
{
color: #013653;
}
</style>
background-color css
<style>
a { background-color: #013653; }
a { background-color: rgb(1,54,83); }
div.DivClassName
{
background-color: #013653;
}
.BgClassName
{
background-color: #013653;
}
</style>
border-color css
<style>
span { border-color: #013653; }
span { border-color: rgb(1,54,83); }
td.TdClassName
{
border-color: #013653;
}
.TagClassName
{
border-color: #013653;
}
</style>