Shades of Prussian Blue #0E325A
Tints of Prussian Blue #0E325A
RGB
CMYK
RGB Variations
Color information
#0E325A (or 0x0E325A) is known color: Prussian Blue. HEX triplet: 0E, 32 and 5A. RGB value is (14,50,90). Sum of RGB (Red+Green+Blue) = 14+50+90=154 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.09% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E325A is #F1CDA5. Grayscale: #2B2B2B. Windows color (decimal): -15846822 or 5911054. OLE color: 5911054.
HSL color Cylindrical-coordinate representation of color #0E325A: hue angle of 211.58º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E325A is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 50 | 90 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.65 |
| HSL | 211.58º | 0.73% | 0.2% | - |
| HSV(B) | 211.58º | 0.84% | 0.35% | - |
| XYZ | 3.17 | 3.11 | 10.11 | - |
| YUV | 43.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 90 | 0.84 | 0.44 | 0 | 0.65 | 211.58 | 0.73 | 0.2 |
| Hex | E | 32 | 5A | 54 | 2C | 0 | 41 | D4 | 49 | 14 |
| Octal | 16 | 62 | 132 | 124 | 54 | 0 | 101 | 324 | 111 | 24 |
| Binary | 1110 | 110010 | 1011010 | 1010100 | 101100 | 0 | 1000001 | 11010100 | 1001001 | 10100 |
Color Harmonies of #0E325A
Complementary color
Monochromatic Colors of #0E325A
Black with #0E325A
Text Example
Text Example
White with #0E325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E325A; }
p { color: rgb(14,50,90); }
H1.HeaderClassName
{
color: #0E325A;
}
.AnyTagClassName
{
color: #0E325A;
}
</style>
background-color css
<style>
a { background-color: #0E325A; }
a { background-color: rgb(14,50,90); }
div.DivClassName
{
background-color: #0E325A;
}
.BgClassName
{
background-color: #0E325A;
}
</style>
border-color css
<style>
span { border-color: #0E325A; }
span { border-color: rgb(14,50,90); }
td.TdClassName
{
border-color: #0E325A;
}
.TagClassName
{
border-color: #0E325A;
}
</style>