Shades of Prussian Blue #013153
Tints of Prussian Blue #013153
RGB
CMYK
RGB Variations
Color information
#013153 (or 0x013153) is known color: Prussian Blue. HEX triplet: 01, 31 and 53. RGB value is (1,49,83). Sum of RGB (Red+Green+Blue) = 1+49+83=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #013153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013153 is #FECEAC. Grayscale: #262626. Windows color (decimal): -16699053 or 5452033. OLE color: 5452033.
HSL color Cylindrical-coordinate representation of color #013153: hue angle of 204.88º 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 #013153 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 49 | 83 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.67 |
| HSL | 204.88º | 0.98% | 0.16% | - |
| HSV(B) | 204.88º | 0.99% | 0.33% | - |
| XYZ | 2.67 | 2.83 | 8.59 | - |
| YUV | 38.52 | 153.1 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 83 | 0.99 | 0.41 | 0 | 0.67 | 204.88 | 0.98 | 0.16 |
| Hex | 1 | 31 | 53 | 63 | 29 | 0 | 43 | CD | 62 | 10 |
| Octal | 1 | 61 | 123 | 143 | 51 | 0 | 103 | 315 | 142 | 20 |
| Binary | 1 | 110001 | 1010011 | 1100011 | 101001 | 0 | 1000011 | 11001101 | 1100010 | 10000 |
Color Harmonies of #013153
Complementary color
Monochromatic Colors of #013153
Black with #013153
Text Example
Text Example
White with #013153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013153; }
p { color: rgb(1,49,83); }
H1.HeaderClassName
{
color: #013153;
}
.AnyTagClassName
{
color: #013153;
}
</style>
background-color css
<style>
a { background-color: #013153; }
a { background-color: rgb(1,49,83); }
div.DivClassName
{
background-color: #013153;
}
.BgClassName
{
background-color: #013153;
}
</style>
border-color css
<style>
span { border-color: #013153; }
span { border-color: rgb(1,49,83); }
td.TdClassName
{
border-color: #013153;
}
.TagClassName
{
border-color: #013153;
}
</style>