Shades of Prussian Blue #013368
Tints of Prussian Blue #013368
RGB
CMYK
RGB Variations
Color information
#013368 (or 0x013368) is known color: Prussian Blue. HEX triplet: 01, 33 and 68. RGB value is (1,51,104). Sum of RGB (Red+Green+Blue) = 1+51+104=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #013368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013368 is #FECC97. Grayscale: #292929. Windows color (decimal): -16698520 or 6828801. OLE color: 6828801.
HSL color Cylindrical-coordinate representation of color #013368: hue angle of 210.87º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013368 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 51 | 104 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.59 |
| HSL | 210.87º | 0.98% | 0.21% | - |
| HSV(B) | 210.87º | 0.99% | 0.41% | - |
| XYZ | 3.7 | 3.37 | 13.55 | - |
| YUV | 42.09 | 162.94 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 104 | 0.99 | 0.51 | 0 | 0.59 | 210.87 | 0.98 | 0.21 |
| Hex | 1 | 33 | 68 | 63 | 33 | 0 | 3B | D3 | 62 | 15 |
| Octal | 1 | 63 | 150 | 143 | 63 | 0 | 73 | 323 | 142 | 25 |
| Binary | 1 | 110011 | 1101000 | 1100011 | 110011 | 0 | 111011 | 11010011 | 1100010 | 10101 |
Color Harmonies of #013368
Complementary color
Monochromatic Colors of #013368
Black with #013368
Text Example
Text Example
White with #013368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013368; }
p { color: rgb(1,51,104); }
H1.HeaderClassName
{
color: #013368;
}
.AnyTagClassName
{
color: #013368;
}
</style>
background-color css
<style>
a { background-color: #013368; }
a { background-color: rgb(1,51,104); }
div.DivClassName
{
background-color: #013368;
}
.BgClassName
{
background-color: #013368;
}
</style>
border-color css
<style>
span { border-color: #013368; }
span { border-color: rgb(1,51,104); }
td.TdClassName
{
border-color: #013368;
}
.TagClassName
{
border-color: #013368;
}
</style>