Shades of Prussian Blue #012B5B
Tints of Prussian Blue #012B5B
RGB
CMYK
RGB Variations
Color information
#012B5B (or 0x012B5B) is known color: Prussian Blue. HEX triplet: 01, 2B and 5B. RGB value is (1,43,91). Sum of RGB (Red+Green+Blue) = 1+43+91=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #012B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B5B is #FED4A4. Grayscale: #232323. Windows color (decimal): -16700581 or 5974785. OLE color: 5974785.
HSL color Cylindrical-coordinate representation of color #012B5B: hue angle of 212º 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 #012B5B is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 43 | 91 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.64 |
| HSL | 212º | 0.98% | 0.18% | - |
| HSV(B) | 212º | 0.99% | 0.36% | - |
| XYZ | 2.76 | 2.49 | 10.23 | - |
| YUV | 35.91 | 159.09 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 91 | 0.99 | 0.53 | 0 | 0.64 | 212 | 0.98 | 0.18 |
| Hex | 1 | 2B | 5B | 63 | 35 | 0 | 40 | D4 | 62 | 12 |
| Octal | 1 | 53 | 133 | 143 | 65 | 0 | 100 | 324 | 142 | 22 |
| Binary | 1 | 101011 | 1011011 | 1100011 | 110101 | 0 | 1000000 | 11010100 | 1100010 | 10010 |
Color Harmonies of #012B5B
Complementary color
Monochromatic Colors of #012B5B
Black with #012B5B
Text Example
Text Example
White with #012B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012B5B; }
p { color: rgb(1,43,91); }
H1.HeaderClassName
{
color: #012B5B;
}
.AnyTagClassName
{
color: #012B5B;
}
</style>
background-color css
<style>
a { background-color: #012B5B; }
a { background-color: rgb(1,43,91); }
div.DivClassName
{
background-color: #012B5B;
}
.BgClassName
{
background-color: #012B5B;
}
</style>
border-color css
<style>
span { border-color: #012B5B; }
span { border-color: rgb(1,43,91); }
td.TdClassName
{
border-color: #012B5B;
}
.TagClassName
{
border-color: #012B5B;
}
</style>