Shades of Prussian Blue #012448
Tints of Prussian Blue #012448
RGB
CMYK
RGB Variations
Color information
#012448 (or 0x012448) is known color: Prussian Blue. HEX triplet: 01, 24 and 48. RGB value is (1,36,72). Sum of RGB (Red+Green+Blue) = 1+36+72=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #012448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012448 is #FEDBB7. Grayscale: #1D1D1D. Windows color (decimal): -16702392 or 4727809. OLE color: 4727809.
HSL color Cylindrical-coordinate representation of color #012448: hue angle of 210.42º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012448 is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 36 | 72 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.72 |
| HSL | 210.42º | 0.97% | 0.14% | - |
| HSV(B) | 210.42º | 0.99% | 0.28% | - |
| XYZ | 1.81 | 1.74 | 6.37 | - |
| YUV | 29.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 72 | 0.99 | 0.5 | 0 | 0.72 | 210.42 | 0.97 | 0.14 |
| Hex | 1 | 24 | 48 | 63 | 32 | 0 | 48 | D2 | 61 | E |
| Octal | 1 | 44 | 110 | 143 | 62 | 0 | 110 | 322 | 141 | 16 |
| Binary | 1 | 100100 | 1001000 | 1100011 | 110010 | 0 | 1001000 | 11010010 | 1100001 | 1110 |
Color Harmonies of #012448
Complementary color
Monochromatic Colors of #012448
Black with #012448
Text Example
Text Example
White with #012448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012448; }
p { color: rgb(1,36,72); }
H1.HeaderClassName
{
color: #012448;
}
.AnyTagClassName
{
color: #012448;
}
</style>
background-color css
<style>
a { background-color: #012448; }
a { background-color: rgb(1,36,72); }
div.DivClassName
{
background-color: #012448;
}
.BgClassName
{
background-color: #012448;
}
</style>
border-color css
<style>
span { border-color: #012448; }
span { border-color: rgb(1,36,72); }
td.TdClassName
{
border-color: #012448;
}
.TagClassName
{
border-color: #012448;
}
</style>