Shades of Prussian Blue #0E4068
Tints of Prussian Blue #0E4068
RGB
CMYK
RGB Variations
Color information
#0E4068 (or 0x0E4068) is known color: Prussian Blue. HEX triplet: 0E, 40 and 68. RGB value is (14,64,104). Sum of RGB (Red+Green+Blue) = 14+64+104=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E4068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4068 is #F1BF97. Grayscale: #353535. Windows color (decimal): -15843224 or 6832142. OLE color: 6832142.
HSL color Cylindrical-coordinate representation of color #0E4068: hue angle of 206.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E4068 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 64 | 104 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.59 |
| HSL | 206.67º | 0.76% | 0.23% | - |
| HSV(B) | 206.67º | 0.87% | 0.41% | - |
| XYZ | 4.51 | 4.76 | 13.78 | - |
| YUV | 53.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 104 | 0.87 | 0.38 | 0 | 0.59 | 206.67 | 0.76 | 0.23 |
| Hex | E | 40 | 68 | 57 | 26 | 0 | 3B | CF | 4C | 17 |
| Octal | 16 | 100 | 150 | 127 | 46 | 0 | 73 | 317 | 114 | 27 |
| Binary | 1110 | 1000000 | 1101000 | 1010111 | 100110 | 0 | 111011 | 11001111 | 1001100 | 10111 |
Color Harmonies of #0E4068
Complementary color
Monochromatic Colors of #0E4068
Black with #0E4068
Text Example
Text Example
White with #0E4068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4068; }
p { color: rgb(14,64,104); }
H1.HeaderClassName
{
color: #0E4068;
}
.AnyTagClassName
{
color: #0E4068;
}
</style>
background-color css
<style>
a { background-color: #0E4068; }
a { background-color: rgb(14,64,104); }
div.DivClassName
{
background-color: #0E4068;
}
.BgClassName
{
background-color: #0E4068;
}
</style>
border-color css
<style>
span { border-color: #0E4068; }
span { border-color: rgb(14,64,104); }
td.TdClassName
{
border-color: #0E4068;
}
.TagClassName
{
border-color: #0E4068;
}
</style>