Shades of Prussian Blue #012E5C
Tints of Prussian Blue #012E5C
RGB
CMYK
RGB Variations
Color information
#012E5C (or 0x012E5C) is known color: Prussian Blue. HEX triplet: 01, 2E and 5C. RGB value is (1,46,92). Sum of RGB (Red+Green+Blue) = 1+46+92=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #012E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E5C is #FED1A3. Grayscale: #252525. Windows color (decimal): -16699812 or 6041089. OLE color: 6041089.
HSL color Cylindrical-coordinate representation of color #012E5C: hue angle of 210.33º 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 #012E5C is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 46 | 92 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.64 |
| HSL | 210.33º | 0.98% | 0.18% | - |
| HSV(B) | 210.33º | 0.99% | 0.36% | - |
| XYZ | 2.92 | 2.73 | 10.5 | - |
| YUV | 37.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 92 | 0.99 | 0.50 | 0 | 0.64 | 210.33 | 0.98 | 0.18 |
| Hex | 1 | 2E | 5C | 63 | 32 | 0 | 40 | D2 | 62 | 12 |
| Octal | 1 | 56 | 134 | 143 | 62 | 0 | 100 | 322 | 142 | 22 |
| Binary | 1 | 101110 | 1011100 | 1100011 | 110010 | 0 | 1000000 | 11010010 | 1100010 | 10010 |
Color Harmonies of #012E5C
Complementary color
Monochromatic Colors of #012E5C
Black with #012E5C
Text Example
Text Example
White with #012E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E5C; }
p { color: rgb(1,46,92); }
H1.HeaderClassName
{
color: #012E5C;
}
.AnyTagClassName
{
color: #012E5C;
}
</style>
background-color css
<style>
a { background-color: #012E5C; }
a { background-color: rgb(1,46,92); }
div.DivClassName
{
background-color: #012E5C;
}
.BgClassName
{
background-color: #012E5C;
}
</style>
border-color css
<style>
span { border-color: #012E5C; }
span { border-color: rgb(1,46,92); }
td.TdClassName
{
border-color: #012E5C;
}
.TagClassName
{
border-color: #012E5C;
}
</style>