Shades of Prussian Blue #012D53
Tints of Prussian Blue #012D53
RGB
CMYK
RGB Variations
Color information
#012D53 (or 0x012D53) is known color: Prussian Blue. HEX triplet: 01, 2D and 53. RGB value is (1,45,83). Sum of RGB (Red+Green+Blue) = 1+45+83=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #012D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D53 is #FED2AC. Grayscale: #232323. Windows color (decimal): -16700077 or 5451009. OLE color: 5451009.
HSL color Cylindrical-coordinate representation of color #012D53: hue angle of 207.8º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012D53 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 45 | 83 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.67 |
| HSL | 207.8º | 0.98% | 0.16% | - |
| HSV(B) | 207.8º | 0.99% | 0.33% | - |
| XYZ | 2.51 | 2.51 | 8.54 | - |
| YUV | 36.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 83 | 0.99 | 0.46 | 0 | 0.67 | 207.8 | 0.98 | 0.16 |
| Hex | 1 | 2D | 53 | 63 | 2E | 0 | 43 | D0 | 62 | 10 |
| Octal | 1 | 55 | 123 | 143 | 56 | 0 | 103 | 320 | 142 | 20 |
| Binary | 1 | 101101 | 1010011 | 1100011 | 101110 | 0 | 1000011 | 11010000 | 1100010 | 10000 |
Color Harmonies of #012D53
Complementary color
Monochromatic Colors of #012D53
Black with #012D53
Text Example
Text Example
White with #012D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D53; }
p { color: rgb(1,45,83); }
H1.HeaderClassName
{
color: #012D53;
}
.AnyTagClassName
{
color: #012D53;
}
</style>
background-color css
<style>
a { background-color: #012D53; }
a { background-color: rgb(1,45,83); }
div.DivClassName
{
background-color: #012D53;
}
.BgClassName
{
background-color: #012D53;
}
</style>
border-color css
<style>
span { border-color: #012D53; }
span { border-color: rgb(1,45,83); }
td.TdClassName
{
border-color: #012D53;
}
.TagClassName
{
border-color: #012D53;
}
</style>