Shades of Midnight Blue #0E0267
Tints of Midnight Blue #0E0267
RGB
CMYK
RGB Variations
Color information
#0E0267 (or 0x0E0267) is known color: Midnight Blue. HEX triplet: 0E, 02 and 67. RGB value is (14,2,103). Sum of RGB (Red+Green+Blue) = 14+2+103=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 103 (40.62% from 255 or 86.55% from 119); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E0267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0267 is #F1FD98. Grayscale: #101010. Windows color (decimal): -15859097 or 6750734. OLE color: 6750734.
HSL color Cylindrical-coordinate representation of color #0E0267: hue angle of 247.13º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0267 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 2 | 103 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.60 |
| HSL | 247.13º | 0.96% | 0.21% | - |
| HSV(B) | 247.13º | 0.98% | 0.4% | - |
| XYZ | 2.65 | 1.12 | 12.91 | - |
| YUV | 17.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 103 | 0.86 | 0.98 | 0 | 0.60 | 247.13 | 0.96 | 0.21 |
| Hex | E | 2 | 67 | 56 | 62 | 0 | 3C | F7 | 60 | 15 |
| Octal | 16 | 2 | 147 | 126 | 142 | 0 | 74 | 367 | 140 | 25 |
| Binary | 1110 | 10 | 1100111 | 1010110 | 1100010 | 0 | 111100 | 11110111 | 1100000 | 10101 |
Color Harmonies of #0E0267
Complementary color
Monochromatic Colors of #0E0267
Black with #0E0267
Text Example
Text Example
White with #0E0267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0267; }
p { color: rgb(14,2,103); }
H1.HeaderClassName
{
color: #0E0267;
}
.AnyTagClassName
{
color: #0E0267;
}
</style>
background-color css
<style>
a { background-color: #0E0267; }
a { background-color: rgb(14,2,103); }
div.DivClassName
{
background-color: #0E0267;
}
.BgClassName
{
background-color: #0E0267;
}
</style>
border-color css
<style>
span { border-color: #0E0267; }
span { border-color: rgb(14,2,103); }
td.TdClassName
{
border-color: #0E0267;
}
.TagClassName
{
border-color: #0E0267;
}
</style>