Shades of Prussian Blue #01254A
Tints of Prussian Blue #01254A
RGB
CMYK
RGB Variations
Color information
#01254A (or 0x01254A) is known color: Prussian Blue. HEX triplet: 01, 25 and 4A. RGB value is (1,37,74). Sum of RGB (Red+Green+Blue) = 1+37+74=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #01254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01254A is #FEDAB5. Grayscale: #1E1E1E. Windows color (decimal): -16702134 or 4859137. OLE color: 4859137.
HSL color Cylindrical-coordinate representation of color #01254A: hue angle of 210.41º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01254A is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 37 | 74 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.71 |
| HSL | 210.41º | 0.97% | 0.15% | - |
| HSV(B) | 210.41º | 0.99% | 0.29% | - |
| XYZ | 1.91 | 1.82 | 6.73 | - |
| YUV | 30.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 74 | 0.99 | 0.50 | 0 | 0.71 | 210.41 | 0.97 | 0.15 |
| Hex | 1 | 25 | 4A | 63 | 32 | 0 | 47 | D2 | 61 | F |
| Octal | 1 | 45 | 112 | 143 | 62 | 0 | 107 | 322 | 141 | 17 |
| Binary | 1 | 100101 | 1001010 | 1100011 | 110010 | 0 | 1000111 | 11010010 | 1100001 | 1111 |
Color Harmonies of #01254A
Complementary color
Monochromatic Colors of #01254A
Black with #01254A
Text Example
Text Example
White with #01254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01254A; }
p { color: rgb(1,37,74); }
H1.HeaderClassName
{
color: #01254A;
}
.AnyTagClassName
{
color: #01254A;
}
</style>
background-color css
<style>
a { background-color: #01254A; }
a { background-color: rgb(1,37,74); }
div.DivClassName
{
background-color: #01254A;
}
.BgClassName
{
background-color: #01254A;
}
</style>
border-color css
<style>
span { border-color: #01254A; }
span { border-color: rgb(1,37,74); }
td.TdClassName
{
border-color: #01254A;
}
.TagClassName
{
border-color: #01254A;
}
</style>