Shades of Prussian Blue #013370
Tints of Prussian Blue #013370
RGB
CMYK
RGB Variations
Color information
#013370 (or 0x013370) is known color: Prussian Blue. HEX triplet: 01, 33 and 70. RGB value is (1,51,112). Sum of RGB (Red+Green+Blue) = 1+51+112=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #013370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013370 is #FECC8F. Grayscale: #2A2A2A. Windows color (decimal): -16698512 or 7353089. OLE color: 7353089.
HSL color Cylindrical-coordinate representation of color #013370: hue angle of 212.97º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013370 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 51 | 112 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.56 |
| HSL | 212.97º | 0.98% | 0.22% | - |
| HSV(B) | 212.97º | 0.99% | 0.44% | - |
| XYZ | 4.12 | 3.54 | 15.8 | - |
| YUV | 43 | 166.94 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 112 | 0.99 | 0.54 | 0 | 0.56 | 212.97 | 0.98 | 0.22 |
| Hex | 1 | 33 | 70 | 63 | 36 | 0 | 38 | D5 | 62 | 16 |
| Octal | 1 | 63 | 160 | 143 | 66 | 0 | 70 | 325 | 142 | 26 |
| Binary | 1 | 110011 | 1110000 | 1100011 | 110110 | 0 | 111000 | 11010101 | 1100010 | 10110 |
Color Harmonies of #013370
Complementary color
Monochromatic Colors of #013370
Black with #013370
Text Example
Text Example
White with #013370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013370; }
p { color: rgb(1,51,112); }
H1.HeaderClassName
{
color: #013370;
}
.AnyTagClassName
{
color: #013370;
}
</style>
background-color css
<style>
a { background-color: #013370; }
a { background-color: rgb(1,51,112); }
div.DivClassName
{
background-color: #013370;
}
.BgClassName
{
background-color: #013370;
}
</style>
border-color css
<style>
span { border-color: #013370; }
span { border-color: rgb(1,51,112); }
td.TdClassName
{
border-color: #013370;
}
.TagClassName
{
border-color: #013370;
}
</style>