Shades of Prussian Blue #013053
Tints of Prussian Blue #013053
RGB
CMYK
RGB Variations
Color information
#013053 (or 0x013053) is known color: Prussian Blue. HEX triplet: 01, 30 and 53. RGB value is (1,48,83). Sum of RGB (Red+Green+Blue) = 1+48+83=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #013053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013053 is #FECFAC. Grayscale: #252525. Windows color (decimal): -16699309 or 5451777. OLE color: 5451777.
HSL color Cylindrical-coordinate representation of color #013053: hue angle of 205.61º 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 #013053 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 48 | 83 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.67 |
| HSL | 205.61º | 0.98% | 0.16% | - |
| HSV(B) | 205.61º | 0.99% | 0.33% | - |
| XYZ | 2.63 | 2.74 | 8.57 | - |
| YUV | 37.94 | 153.43 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 83 | 0.99 | 0.42 | 0 | 0.67 | 205.61 | 0.98 | 0.16 |
| Hex | 1 | 30 | 53 | 63 | 2A | 0 | 43 | CE | 62 | 10 |
| Octal | 1 | 60 | 123 | 143 | 52 | 0 | 103 | 316 | 142 | 20 |
| Binary | 1 | 110000 | 1010011 | 1100011 | 101010 | 0 | 1000011 | 11001110 | 1100010 | 10000 |
Color Harmonies of #013053
Complementary color
Monochromatic Colors of #013053
Black with #013053
Text Example
Text Example
White with #013053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013053; }
p { color: rgb(1,48,83); }
H1.HeaderClassName
{
color: #013053;
}
.AnyTagClassName
{
color: #013053;
}
</style>
background-color css
<style>
a { background-color: #013053; }
a { background-color: rgb(1,48,83); }
div.DivClassName
{
background-color: #013053;
}
.BgClassName
{
background-color: #013053;
}
</style>
border-color css
<style>
span { border-color: #013053; }
span { border-color: rgb(1,48,83); }
td.TdClassName
{
border-color: #013053;
}
.TagClassName
{
border-color: #013053;
}
</style>