Shades of Prussian Blue #0E3A64
Tints of Prussian Blue #0E3A64
RGB
CMYK
RGB Variations
Color information
#0E3A64 (or 0x0E3A64) is known color: Prussian Blue. HEX triplet: 0E, 3A and 64. RGB value is (14,58,100). Sum of RGB (Red+Green+Blue) = 14+58+100=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #0E3A64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3A64 is #F1C59B. Grayscale: #313131. Windows color (decimal): -15844764 or 6568462. OLE color: 6568462.
HSL color Cylindrical-coordinate representation of color #0E3A64: hue angle of 209.3º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E3A64 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 14 | 58 | 100 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.61 |
| HSL | 209.3º | 0.75% | 0.22% | - |
| HSV(B) | 209.3º | 0.86% | 0.39% | - |
| XYZ | 3.99 | 4.04 | 12.63 | - |
| YUV | 49.63 | 156.42 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 58 | 100 | 0.86 | 0.42 | 0 | 0.61 | 209.3 | 0.75 | 0.22 |
| Hex | E | 3A | 64 | 56 | 2A | 0 | 3D | D1 | 4B | 16 |
| Octal | 16 | 72 | 144 | 126 | 52 | 0 | 75 | 321 | 113 | 26 |
| Binary | 1110 | 111010 | 1100100 | 1010110 | 101010 | 0 | 111101 | 11010001 | 1001011 | 10110 |
Color Harmonies of #0E3A64
Complementary color
Monochromatic Colors of #0E3A64
Black with #0E3A64
Text Example
Text Example
White with #0E3A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3A64; }
p { color: rgb(14,58,100); }
H1.HeaderClassName
{
color: #0E3A64;
}
.AnyTagClassName
{
color: #0E3A64;
}
</style>
background-color css
<style>
a { background-color: #0E3A64; }
a { background-color: rgb(14,58,100); }
div.DivClassName
{
background-color: #0E3A64;
}
.BgClassName
{
background-color: #0E3A64;
}
</style>
border-color css
<style>
span { border-color: #0E3A64; }
span { border-color: rgb(14,58,100); }
td.TdClassName
{
border-color: #0E3A64;
}
.TagClassName
{
border-color: #0E3A64;
}
</style>