Shades of Prussian Blue #012A4B
Tints of Prussian Blue #012A4B
RGB
CMYK
RGB Variations
Color information
#012A4B (or 0x012A4B) is known color: Prussian Blue. HEX triplet: 01, 2A and 4B. RGB value is (1,42,75). Sum of RGB (Red+Green+Blue) = 1+42+75=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #012A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012A4B is #FED5B4. Grayscale: #212121. Windows color (decimal): -16700853 or 4925953. OLE color: 4925953.
HSL color Cylindrical-coordinate representation of color #012A4B: hue angle of 206.76º 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 #012A4B is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 42 | 75 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.71 |
| HSL | 206.76º | 0.97% | 0.15% | - |
| HSV(B) | 206.76º | 0.99% | 0.29% | - |
| XYZ | 2.11 | 2.17 | 6.96 | - |
| YUV | 33.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 75 | 0.99 | 0.44 | 0 | 0.71 | 206.76 | 0.97 | 0.15 |
| Hex | 1 | 2A | 4B | 63 | 2C | 0 | 47 | CF | 61 | F |
| Octal | 1 | 52 | 113 | 143 | 54 | 0 | 107 | 317 | 141 | 17 |
| Binary | 1 | 101010 | 1001011 | 1100011 | 101100 | 0 | 1000111 | 11001111 | 1100001 | 1111 |
Color Harmonies of #012A4B
Complementary color
Monochromatic Colors of #012A4B
Black with #012A4B
Text Example
Text Example
White with #012A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A4B; }
p { color: rgb(1,42,75); }
H1.HeaderClassName
{
color: #012A4B;
}
.AnyTagClassName
{
color: #012A4B;
}
</style>
background-color css
<style>
a { background-color: #012A4B; }
a { background-color: rgb(1,42,75); }
div.DivClassName
{
background-color: #012A4B;
}
.BgClassName
{
background-color: #012A4B;
}
</style>
border-color css
<style>
span { border-color: #012A4B; }
span { border-color: rgb(1,42,75); }
td.TdClassName
{
border-color: #012A4B;
}
.TagClassName
{
border-color: #012A4B;
}
</style>