Shades of Midnight Blue #0E0263
Tints of Midnight Blue #0E0263
RGB
CMYK
RGB Variations
Color information
#0E0263 (or 0x0E0263) is known color: Midnight Blue. HEX triplet: 0E, 02 and 63. RGB value is (14,2,99). Sum of RGB (Red+Green+Blue) = 14+2+99=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 99 (39.06% from 255 or 86.09% from 115); Max value from RGB is 99 - color contains mainly: blue. Hex color #0E0263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0263 is #F1FD9C. Grayscale: #101010. Windows color (decimal): -15859101 or 6488590. OLE color: 6488590.
HSL color Cylindrical-coordinate representation of color #0E0263: hue angle of 247.42º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0263 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 14 | 2 | 99 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.61 |
| HSL | 247.42º | 0.96% | 0.2% | - |
| HSV(B) | 247.42º | 0.98% | 0.39% | - |
| XYZ | 2.45 | 1.04 | 11.88 | - |
| YUV | 16.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 99 | 0.86 | 0.98 | 0 | 0.61 | 247.42 | 0.96 | 0.2 |
| Hex | E | 2 | 63 | 56 | 62 | 0 | 3D | F7 | 60 | 14 |
| Octal | 16 | 2 | 143 | 126 | 142 | 0 | 75 | 367 | 140 | 24 |
| Binary | 1110 | 10 | 1100011 | 1010110 | 1100010 | 0 | 111101 | 11110111 | 1100000 | 10100 |
Color Harmonies of #0E0263
Complementary color
Monochromatic Colors of #0E0263
Black with #0E0263
Text Example
Text Example
White with #0E0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0263; }
p { color: rgb(14,2,99); }
H1.HeaderClassName
{
color: #0E0263;
}
.AnyTagClassName
{
color: #0E0263;
}
</style>
background-color css
<style>
a { background-color: #0E0263; }
a { background-color: rgb(14,2,99); }
div.DivClassName
{
background-color: #0E0263;
}
.BgClassName
{
background-color: #0E0263;
}
</style>
border-color css
<style>
span { border-color: #0E0263; }
span { border-color: rgb(14,2,99); }
td.TdClassName
{
border-color: #0E0263;
}
.TagClassName
{
border-color: #0E0263;
}
</style>