Shades of Prussian Blue #01234A
Tints of Prussian Blue #01234A
RGB
CMYK
RGB Variations
Color information
#01234A (or 0x01234A) is known color: Prussian Blue. HEX triplet: 01, 23 and 4A. RGB value is (1,35,74). Sum of RGB (Red+Green+Blue) = 1+35+74=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 74 (29.30% from 255 or 67.27% from 110); Max value from RGB is 74 - color contains mainly: blue. Hex color #01234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01234A is #FEDCB5. Grayscale: #1D1D1D. Windows color (decimal): -16702646 or 4858625. OLE color: 4858625.
HSL color Cylindrical-coordinate representation of color #01234A: hue angle of 212.05º 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 #01234A is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 35 | 74 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.71 |
| HSL | 212.05º | 0.97% | 0.15% | - |
| HSV(B) | 212.05º | 0.99% | 0.29% | - |
| XYZ | 1.85 | 1.7 | 6.71 | - |
| YUV | 29.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 74 | 0.99 | 0.53 | 0 | 0.71 | 212.05 | 0.97 | 0.15 |
| Hex | 1 | 23 | 4A | 63 | 35 | 0 | 47 | D4 | 61 | F |
| Octal | 1 | 43 | 112 | 143 | 65 | 0 | 107 | 324 | 141 | 17 |
| Binary | 1 | 100011 | 1001010 | 1100011 | 110101 | 0 | 1000111 | 11010100 | 1100001 | 1111 |
Color Harmonies of #01234A
Complementary color
Monochromatic Colors of #01234A
Black with #01234A
Text Example
Text Example
White with #01234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01234A; }
p { color: rgb(1,35,74); }
H1.HeaderClassName
{
color: #01234A;
}
.AnyTagClassName
{
color: #01234A;
}
</style>
background-color css
<style>
a { background-color: #01234A; }
a { background-color: rgb(1,35,74); }
div.DivClassName
{
background-color: #01234A;
}
.BgClassName
{
background-color: #01234A;
}
</style>
border-color css
<style>
span { border-color: #01234A; }
span { border-color: rgb(1,35,74); }
td.TdClassName
{
border-color: #01234A;
}
.TagClassName
{
border-color: #01234A;
}
</style>