Shades of Prussian Blue #0E3565
Tints of Prussian Blue #0E3565
RGB
CMYK
RGB Variations
Color information
#0E3565 (or 0x0E3565) is known color: Prussian Blue. HEX triplet: 0E, 35 and 65. RGB value is (14,53,101). Sum of RGB (Red+Green+Blue) = 14+53+101=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #0E3565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3565 is #F1CA9A. Grayscale: #2E2E2E. Windows color (decimal): -15846043 or 6632718. OLE color: 6632718.
HSL color Cylindrical-coordinate representation of color #0E3565: hue angle of 213.1º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E3565 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 53 | 101 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.60 |
| HSL | 213.1º | 0.76% | 0.23% | - |
| HSV(B) | 213.1º | 0.86% | 0.4% | - |
| XYZ | 3.8 | 3.58 | 12.8 | - |
| YUV | 46.81 | 158.58 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 101 | 0.86 | 0.48 | 0 | 0.60 | 213.1 | 0.76 | 0.23 |
| Hex | E | 35 | 65 | 56 | 30 | 0 | 3C | D5 | 4C | 17 |
| Octal | 16 | 65 | 145 | 126 | 60 | 0 | 74 | 325 | 114 | 27 |
| Binary | 1110 | 110101 | 1100101 | 1010110 | 110000 | 0 | 111100 | 11010101 | 1001100 | 10111 |
Color Harmonies of #0E3565
Complementary color
Monochromatic Colors of #0E3565
Black with #0E3565
Text Example
Text Example
White with #0E3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3565; }
p { color: rgb(14,53,101); }
H1.HeaderClassName
{
color: #0E3565;
}
.AnyTagClassName
{
color: #0E3565;
}
</style>
background-color css
<style>
a { background-color: #0E3565; }
a { background-color: rgb(14,53,101); }
div.DivClassName
{
background-color: #0E3565;
}
.BgClassName
{
background-color: #0E3565;
}
</style>
border-color css
<style>
span { border-color: #0E3565; }
span { border-color: rgb(14,53,101); }
td.TdClassName
{
border-color: #0E3565;
}
.TagClassName
{
border-color: #0E3565;
}
</style>