Shades of Prussian Blue #0E305A
Tints of Prussian Blue #0E305A
RGB
CMYK
RGB Variations
Color information
#0E305A (or 0x0E305A) is known color: Prussian Blue. HEX triplet: 0E, 30 and 5A. RGB value is (14,48,90). Sum of RGB (Red+Green+Blue) = 14+48+90=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E305A is #F1CFA5. Grayscale: #2A2A2A. Windows color (decimal): -15847334 or 5910542. OLE color: 5910542.
HSL color Cylindrical-coordinate representation of color #0E305A: hue angle of 213.16º 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 #0E305A is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 48 | 90 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.65 |
| HSL | 213.16º | 0.73% | 0.2% | - |
| HSV(B) | 213.16º | 0.84% | 0.35% | - |
| XYZ | 3.08 | 2.95 | 10.08 | - |
| YUV | 42.62 | 154.74 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 48 | 90 | 0.84 | 0.47 | 0 | 0.65 | 213.16 | 0.73 | 0.2 |
| Hex | E | 30 | 5A | 54 | 2F | 0 | 41 | D5 | 49 | 14 |
| Octal | 16 | 60 | 132 | 124 | 57 | 0 | 101 | 325 | 111 | 24 |
| Binary | 1110 | 110000 | 1011010 | 1010100 | 101111 | 0 | 1000001 | 11010101 | 1001001 | 10100 |
Color Harmonies of #0E305A
Complementary color
Monochromatic Colors of #0E305A
Black with #0E305A
Text Example
Text Example
White with #0E305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E305A; }
p { color: rgb(14,48,90); }
H1.HeaderClassName
{
color: #0E305A;
}
.AnyTagClassName
{
color: #0E305A;
}
</style>
background-color css
<style>
a { background-color: #0E305A; }
a { background-color: rgb(14,48,90); }
div.DivClassName
{
background-color: #0E305A;
}
.BgClassName
{
background-color: #0E305A;
}
</style>
border-color css
<style>
span { border-color: #0E305A; }
span { border-color: rgb(14,48,90); }
td.TdClassName
{
border-color: #0E305A;
}
.TagClassName
{
border-color: #0E305A;
}
</style>