Shades of Prussian Blue #0E395C
Tints of Prussian Blue #0E395C
RGB
CMYK
RGB Variations
Color information
#0E395C (or 0x0E395C) is known color: Prussian Blue. HEX triplet: 0E, 39 and 5C. RGB value is (14,57,92). Sum of RGB (Red+Green+Blue) = 14+57+92=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E395C is #F1C6A3. Grayscale: #2F2F2F. Windows color (decimal): -15845028 or 6043918. OLE color: 6043918.
HSL color Cylindrical-coordinate representation of color #0E395C: hue angle of 206.92º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E395C is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 57 | 92 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.64 |
| HSL | 206.92º | 0.74% | 0.21% | - |
| HSV(B) | 206.92º | 0.85% | 0.36% | - |
| XYZ | 3.58 | 3.79 | 10.67 | - |
| YUV | 48.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 57 | 92 | 0.85 | 0.38 | 0 | 0.64 | 206.92 | 0.74 | 0.21 |
| Hex | E | 39 | 5C | 55 | 26 | 0 | 40 | CF | 4A | 15 |
| Octal | 16 | 71 | 134 | 125 | 46 | 0 | 100 | 317 | 112 | 25 |
| Binary | 1110 | 111001 | 1011100 | 1010101 | 100110 | 0 | 1000000 | 11001111 | 1001010 | 10101 |
Color Harmonies of #0E395C
Complementary color
Monochromatic Colors of #0E395C
Black with #0E395C
Text Example
Text Example
White with #0E395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E395C; }
p { color: rgb(14,57,92); }
H1.HeaderClassName
{
color: #0E395C;
}
.AnyTagClassName
{
color: #0E395C;
}
</style>
background-color css
<style>
a { background-color: #0E395C; }
a { background-color: rgb(14,57,92); }
div.DivClassName
{
background-color: #0E395C;
}
.BgClassName
{
background-color: #0E395C;
}
</style>
border-color css
<style>
span { border-color: #0E395C; }
span { border-color: rgb(14,57,92); }
td.TdClassName
{
border-color: #0E395C;
}
.TagClassName
{
border-color: #0E395C;
}
</style>