Shades of Prussian Blue #012654
Tints of Prussian Blue #012654
RGB
CMYK
RGB Variations
Color information
#012654 (or 0x012654) is known color: Prussian Blue. HEX triplet: 01, 26 and 54. RGB value is (1,38,84). Sum of RGB (Red+Green+Blue) = 1+38+84=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #012654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012654 is #FED9AB. Grayscale: #1F1F1F. Windows color (decimal): -16701868 or 5514753. OLE color: 5514753.
HSL color Cylindrical-coordinate representation of color #012654: hue angle of 213.25º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012654 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 38 | 84 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.67 |
| HSL | 213.25º | 0.98% | 0.17% | - |
| HSV(B) | 213.25º | 0.99% | 0.33% | - |
| XYZ | 2.31 | 2.03 | 8.66 | - |
| YUV | 32.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 84 | 0.99 | 0.55 | 0 | 0.67 | 213.25 | 0.98 | 0.17 |
| Hex | 1 | 26 | 54 | 63 | 37 | 0 | 43 | D5 | 62 | 11 |
| Octal | 1 | 46 | 124 | 143 | 67 | 0 | 103 | 325 | 142 | 21 |
| Binary | 1 | 100110 | 1010100 | 1100011 | 110111 | 0 | 1000011 | 11010101 | 1100010 | 10001 |
Color Harmonies of #012654
Complementary color
Monochromatic Colors of #012654
Black with #012654
Text Example
Text Example
White with #012654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012654; }
p { color: rgb(1,38,84); }
H1.HeaderClassName
{
color: #012654;
}
.AnyTagClassName
{
color: #012654;
}
</style>
background-color css
<style>
a { background-color: #012654; }
a { background-color: rgb(1,38,84); }
div.DivClassName
{
background-color: #012654;
}
.BgClassName
{
background-color: #012654;
}
</style>
border-color css
<style>
span { border-color: #012654; }
span { border-color: rgb(1,38,84); }
td.TdClassName
{
border-color: #012654;
}
.TagClassName
{
border-color: #012654;
}
</style>