Shades of Prussian Blue #012A5B
Tints of Prussian Blue #012A5B
RGB
CMYK
RGB Variations
Color information
#012A5B (or 0x012A5B) is known color: Prussian Blue. HEX triplet: 01, 2A and 5B. RGB value is (1,42,91). Sum of RGB (Red+Green+Blue) = 1+42+91=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #012A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A5B is #FED5A4. Grayscale: #232323. Windows color (decimal): -16700837 or 5974529. OLE color: 5974529.
HSL color Cylindrical-coordinate representation of color #012A5B: hue angle of 212.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012A5B is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 42 | 91 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.64 |
| HSL | 212.67º | 0.98% | 0.18% | - |
| HSV(B) | 212.67º | 0.99% | 0.36% | - |
| XYZ | 2.73 | 2.42 | 10.22 | - |
| YUV | 35.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 91 | 0.99 | 0.54 | 0 | 0.64 | 212.67 | 0.98 | 0.18 |
| Hex | 1 | 2A | 5B | 63 | 36 | 0 | 40 | D5 | 62 | 12 |
| Octal | 1 | 52 | 133 | 143 | 66 | 0 | 100 | 325 | 142 | 22 |
| Binary | 1 | 101010 | 1011011 | 1100011 | 110110 | 0 | 1000000 | 11010101 | 1100010 | 10010 |
Color Harmonies of #012A5B
Complementary color
Monochromatic Colors of #012A5B
Black with #012A5B
Text Example
Text Example
White with #012A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A5B; }
p { color: rgb(1,42,91); }
H1.HeaderClassName
{
color: #012A5B;
}
.AnyTagClassName
{
color: #012A5B;
}
</style>
background-color css
<style>
a { background-color: #012A5B; }
a { background-color: rgb(1,42,91); }
div.DivClassName
{
background-color: #012A5B;
}
.BgClassName
{
background-color: #012A5B;
}
</style>
border-color css
<style>
span { border-color: #012A5B; }
span { border-color: rgb(1,42,91); }
td.TdClassName
{
border-color: #012A5B;
}
.TagClassName
{
border-color: #012A5B;
}
</style>