Shades of Prussian Blue #013451
Tints of Prussian Blue #013451
RGB
CMYK
RGB Variations
Color information
#013451 (or 0x013451) is known color: Prussian Blue. HEX triplet: 01, 34 and 51. RGB value is (1,52,81). Sum of RGB (Red+Green+Blue) = 1+52+81=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #013451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013451 is #FECBAE. Grayscale: #272727. Windows color (decimal): -16698287 or 5321729. OLE color: 5321729.
HSL color Cylindrical-coordinate representation of color #013451: hue angle of 201.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013451 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 52 | 81 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.68 |
| HSL | 201.75º | 0.98% | 0.16% | - |
| HSV(B) | 201.75º | 0.99% | 0.32% | - |
| XYZ | 2.73 | 3.06 | 8.23 | - |
| YUV | 40.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 81 | 0.99 | 0.36 | 0 | 0.68 | 201.75 | 0.98 | 0.16 |
| Hex | 1 | 34 | 51 | 63 | 24 | 0 | 44 | CA | 62 | 10 |
| Octal | 1 | 64 | 121 | 143 | 44 | 0 | 104 | 312 | 142 | 20 |
| Binary | 1 | 110100 | 1010001 | 1100011 | 100100 | 0 | 1000100 | 11001010 | 1100010 | 10000 |
Color Harmonies of #013451
Complementary color
Monochromatic Colors of #013451
Black with #013451
Text Example
Text Example
White with #013451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013451; }
p { color: rgb(1,52,81); }
H1.HeaderClassName
{
color: #013451;
}
.AnyTagClassName
{
color: #013451;
}
</style>
background-color css
<style>
a { background-color: #013451; }
a { background-color: rgb(1,52,81); }
div.DivClassName
{
background-color: #013451;
}
.BgClassName
{
background-color: #013451;
}
</style>
border-color css
<style>
span { border-color: #013451; }
span { border-color: rgb(1,52,81); }
td.TdClassName
{
border-color: #013451;
}
.TagClassName
{
border-color: #013451;
}
</style>