Shades of Midnight Blue #0E1067
Tints of Midnight Blue #0E1067
RGB
CMYK
RGB Variations
Color information
#0E1067 (or 0x0E1067) is known color: Midnight Blue. HEX triplet: 0E, 10 and 67. RGB value is (14,16,103). Sum of RGB (Red+Green+Blue) = 14+16+103=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 103 (40.62% from 255 or 77.44% from 133); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E1067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1067 is #F1EF98. Grayscale: #181818. Windows color (decimal): -15855513 or 6754318. OLE color: 6754318.
HSL color Cylindrical-coordinate representation of color #0E1067: hue angle of 238.65º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E1067 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 16 | 103 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.60 |
| HSL | 238.65º | 0.76% | 0.23% | - |
| HSV(B) | 238.65º | 0.86% | 0.4% | - |
| XYZ | 2.81 | 1.44 | 12.96 | - |
| YUV | 25.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 103 | 0.86 | 0.84 | 0 | 0.60 | 238.65 | 0.76 | 0.23 |
| Hex | E | 10 | 67 | 56 | 54 | 0 | 3C | EF | 4C | 17 |
| Octal | 16 | 20 | 147 | 126 | 124 | 0 | 74 | 357 | 114 | 27 |
| Binary | 1110 | 10000 | 1100111 | 1010110 | 1010100 | 0 | 111100 | 11101111 | 1001100 | 10111 |
Color Harmonies of #0E1067
Complementary color
Monochromatic Colors of #0E1067
Black with #0E1067
Text Example
Text Example
White with #0E1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1067; }
p { color: rgb(14,16,103); }
H1.HeaderClassName
{
color: #0E1067;
}
.AnyTagClassName
{
color: #0E1067;
}
</style>
background-color css
<style>
a { background-color: #0E1067; }
a { background-color: rgb(14,16,103); }
div.DivClassName
{
background-color: #0E1067;
}
.BgClassName
{
background-color: #0E1067;
}
</style>
border-color css
<style>
span { border-color: #0E1067; }
span { border-color: rgb(14,16,103); }
td.TdClassName
{
border-color: #0E1067;
}
.TagClassName
{
border-color: #0E1067;
}
</style>