Shades of Prussian Blue #013468
Tints of Prussian Blue #013468
RGB
CMYK
RGB Variations
Color information
#013468 (or 0x013468) is known color: Prussian Blue. HEX triplet: 01, 34 and 68. RGB value is (1,52,104). Sum of RGB (Red+Green+Blue) = 1+52+104=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #013468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013468 is #FECB97. Grayscale: #2A2A2A. Windows color (decimal): -16698264 or 6829057. OLE color: 6829057.
HSL color Cylindrical-coordinate representation of color #013468: hue angle of 210.29º 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 #013468 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 52 | 104 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.59 |
| HSL | 210.29º | 0.98% | 0.21% | - |
| HSV(B) | 210.29º | 0.99% | 0.41% | - |
| XYZ | 3.74 | 3.46 | 13.57 | - |
| YUV | 42.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 104 | 0.99 | 0.50 | 0 | 0.59 | 210.29 | 0.98 | 0.21 |
| Hex | 1 | 34 | 68 | 63 | 32 | 0 | 3B | D2 | 62 | 15 |
| Octal | 1 | 64 | 150 | 143 | 62 | 0 | 73 | 322 | 142 | 25 |
| Binary | 1 | 110100 | 1101000 | 1100011 | 110010 | 0 | 111011 | 11010010 | 1100010 | 10101 |
Color Harmonies of #013468
Complementary color
Monochromatic Colors of #013468
Black with #013468
Text Example
Text Example
White with #013468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013468; }
p { color: rgb(1,52,104); }
H1.HeaderClassName
{
color: #013468;
}
.AnyTagClassName
{
color: #013468;
}
</style>
background-color css
<style>
a { background-color: #013468; }
a { background-color: rgb(1,52,104); }
div.DivClassName
{
background-color: #013468;
}
.BgClassName
{
background-color: #013468;
}
</style>
border-color css
<style>
span { border-color: #013468; }
span { border-color: rgb(1,52,104); }
td.TdClassName
{
border-color: #013468;
}
.TagClassName
{
border-color: #013468;
}
</style>