Shades of Prussian Blue #013364
Tints of Prussian Blue #013364
RGB
CMYK
RGB Variations
Color information
#013364 (or 0x013364) is known color: Prussian Blue. HEX triplet: 01, 33 and 64. RGB value is (1,51,100). Sum of RGB (Red+Green+Blue) = 1+51+100=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 100 (39.45% from 255 or 65.79% from 152); Max value from RGB is 100 - color contains mainly: blue. Hex color #013364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013364 is #FECC9B. Grayscale: #292929. Windows color (decimal): -16698524 or 6566657. OLE color: 6566657.
HSL color Cylindrical-coordinate representation of color #013364: hue angle of 209.7º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013364 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 51 | 100 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.61 |
| HSL | 209.7º | 0.98% | 0.2% | - |
| HSV(B) | 209.7º | 0.99% | 0.39% | - |
| XYZ | 3.5 | 3.29 | 12.51 | - |
| YUV | 41.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 100 | 0.99 | 0.49 | 0 | 0.61 | 209.7 | 0.98 | 0.2 |
| Hex | 1 | 33 | 64 | 63 | 31 | 0 | 3D | D2 | 62 | 14 |
| Octal | 1 | 63 | 144 | 143 | 61 | 0 | 75 | 322 | 142 | 24 |
| Binary | 1 | 110011 | 1100100 | 1100011 | 110001 | 0 | 111101 | 11010010 | 1100010 | 10100 |
Color Harmonies of #013364
Complementary color
Monochromatic Colors of #013364
Black with #013364
Text Example
Text Example
White with #013364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013364; }
p { color: rgb(1,51,100); }
H1.HeaderClassName
{
color: #013364;
}
.AnyTagClassName
{
color: #013364;
}
</style>
background-color css
<style>
a { background-color: #013364; }
a { background-color: rgb(1,51,100); }
div.DivClassName
{
background-color: #013364;
}
.BgClassName
{
background-color: #013364;
}
</style>
border-color css
<style>
span { border-color: #013364; }
span { border-color: rgb(1,51,100); }
td.TdClassName
{
border-color: #013364;
}
.TagClassName
{
border-color: #013364;
}
</style>