Shades of Dark Cerulean #0E417A
Tints of Dark Cerulean #0E417A
RGB
CMYK
RGB Variations
Color information
#0E417A (or 0x0E417A) is known color: Dark Cerulean. HEX triplet: 0E, 41 and 7A. RGB value is (14,65,122). Sum of RGB (Red+Green+Blue) = 14+65+122=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #0E417A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E417A is #F1BE85. Grayscale: #373737. Windows color (decimal): -15842950 or 8012046. OLE color: 8012046.
HSL color Cylindrical-coordinate representation of color #0E417A: hue angle of 211.67º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E417A is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 65 | 122 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.52 |
| HSL | 211.67º | 0.79% | 0.27% | - |
| HSV(B) | 211.67º | 0.89% | 0.48% | - |
| XYZ | 5.58 | 5.28 | 19.14 | - |
| YUV | 56.25 | 165.1 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 65 | 122 | 0.89 | 0.47 | 0 | 0.52 | 211.67 | 0.79 | 0.27 |
| Hex | E | 41 | 7A | 59 | 2F | 0 | 34 | D4 | 4F | 1B |
| Octal | 16 | 101 | 172 | 131 | 57 | 0 | 64 | 324 | 117 | 33 |
| Binary | 1110 | 1000001 | 1111010 | 1011001 | 101111 | 0 | 110100 | 11010100 | 1001111 | 11011 |
Color Harmonies of #0E417A
Complementary color
Monochromatic Colors of #0E417A
Black with #0E417A
Text Example
Text Example
White with #0E417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E417A; }
p { color: rgb(14,65,122); }
H1.HeaderClassName
{
color: #0E417A;
}
.AnyTagClassName
{
color: #0E417A;
}
</style>
background-color css
<style>
a { background-color: #0E417A; }
a { background-color: rgb(14,65,122); }
div.DivClassName
{
background-color: #0E417A;
}
.BgClassName
{
background-color: #0E417A;
}
</style>
border-color css
<style>
span { border-color: #0E417A; }
span { border-color: rgb(14,65,122); }
td.TdClassName
{
border-color: #0E417A;
}
.TagClassName
{
border-color: #0E417A;
}
</style>