Shades of Prussian Blue #0E385C
Tints of Prussian Blue #0E385C
RGB
CMYK
RGB Variations
Color information
#0E385C (or 0x0E385C) is known color: Prussian Blue. HEX triplet: 0E, 38 and 5C. RGB value is (14,56,92). Sum of RGB (Red+Green+Blue) = 14+56+92=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E385C is #F1C7A3. Grayscale: #2F2F2F. Windows color (decimal): -15845284 or 6043662. OLE color: 6043662.
HSL color Cylindrical-coordinate representation of color #0E385C: hue angle of 207.69º 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 #0E385C is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 56 | 92 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.64 |
| HSL | 207.69º | 0.74% | 0.21% | - |
| HSV(B) | 207.69º | 0.85% | 0.36% | - |
| XYZ | 3.53 | 3.69 | 10.65 | - |
| YUV | 47.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 92 | 0.85 | 0.39 | 0 | 0.64 | 207.69 | 0.74 | 0.21 |
| Hex | E | 38 | 5C | 55 | 27 | 0 | 40 | D0 | 4A | 15 |
| Octal | 16 | 70 | 134 | 125 | 47 | 0 | 100 | 320 | 112 | 25 |
| Binary | 1110 | 111000 | 1011100 | 1010101 | 100111 | 0 | 1000000 | 11010000 | 1001010 | 10101 |
Color Harmonies of #0E385C
Complementary color
Monochromatic Colors of #0E385C
Black with #0E385C
Text Example
Text Example
White with #0E385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E385C; }
p { color: rgb(14,56,92); }
H1.HeaderClassName
{
color: #0E385C;
}
.AnyTagClassName
{
color: #0E385C;
}
</style>
background-color css
<style>
a { background-color: #0E385C; }
a { background-color: rgb(14,56,92); }
div.DivClassName
{
background-color: #0E385C;
}
.BgClassName
{
background-color: #0E385C;
}
</style>
border-color css
<style>
span { border-color: #0E385C; }
span { border-color: rgb(14,56,92); }
td.TdClassName
{
border-color: #0E385C;
}
.TagClassName
{
border-color: #0E385C;
}
</style>