Shades of Prussian Blue #012B5C
Tints of Prussian Blue #012B5C
RGB
CMYK
RGB Variations
Color information
#012B5C (or 0x012B5C) is known color: Prussian Blue. HEX triplet: 01, 2B and 5C. RGB value is (1,43,92). Sum of RGB (Red+Green+Blue) = 1+43+92=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #012B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B5C is #FED4A3. Grayscale: #232323. Windows color (decimal): -16700580 or 6040321. OLE color: 6040321.
HSL color Cylindrical-coordinate representation of color #012B5C: hue angle of 212.31º 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 #012B5C is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 43 | 92 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.64 |
| HSL | 212.31º | 0.98% | 0.18% | - |
| HSV(B) | 212.31º | 0.99% | 0.36% | - |
| XYZ | 2.81 | 2.51 | 10.46 | - |
| YUV | 36.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 92 | 0.99 | 0.53 | 0 | 0.64 | 212.31 | 0.98 | 0.18 |
| Hex | 1 | 2B | 5C | 63 | 35 | 0 | 40 | D4 | 62 | 12 |
| Octal | 1 | 53 | 134 | 143 | 65 | 0 | 100 | 324 | 142 | 22 |
| Binary | 1 | 101011 | 1011100 | 1100011 | 110101 | 0 | 1000000 | 11010100 | 1100010 | 10010 |
Color Harmonies of #012B5C
Complementary color
Monochromatic Colors of #012B5C
Black with #012B5C
Text Example
Text Example
White with #012B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012B5C; }
p { color: rgb(1,43,92); }
H1.HeaderClassName
{
color: #012B5C;
}
.AnyTagClassName
{
color: #012B5C;
}
</style>
background-color css
<style>
a { background-color: #012B5C; }
a { background-color: rgb(1,43,92); }
div.DivClassName
{
background-color: #012B5C;
}
.BgClassName
{
background-color: #012B5C;
}
</style>
border-color css
<style>
span { border-color: #012B5C; }
span { border-color: rgb(1,43,92); }
td.TdClassName
{
border-color: #012B5C;
}
.TagClassName
{
border-color: #012B5C;
}
</style>