Shades of Midnight Blue #0E0261
Tints of Midnight Blue #0E0261
RGB
CMYK
RGB Variations
Color information
#0E0261 (or 0x0E0261) is known color: Midnight Blue. HEX triplet: 0E, 02 and 61. RGB value is (14,2,97). Sum of RGB (Red+Green+Blue) = 14+2+97=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 97 (38.28% from 255 or 85.84% from 113); Max value from RGB is 97 - color contains mainly: blue. Hex color #0E0261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0261 is #F1FD9E. Grayscale: #101010. Windows color (decimal): -15859103 or 6357518. OLE color: 6357518.
HSL color Cylindrical-coordinate representation of color #0E0261: hue angle of 247.58º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0261 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 2 | 97 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.62 |
| HSL | 247.58º | 0.96% | 0.19% | - |
| HSV(B) | 247.58º | 0.98% | 0.38% | - |
| XYZ | 2.36 | 1 | 11.38 | - |
| YUV | 16.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 97 | 0.86 | 0.98 | 0 | 0.62 | 247.58 | 0.96 | 0.19 |
| Hex | E | 2 | 61 | 56 | 62 | 0 | 3E | F8 | 60 | 13 |
| Octal | 16 | 2 | 141 | 126 | 142 | 0 | 76 | 370 | 140 | 23 |
| Binary | 1110 | 10 | 1100001 | 1010110 | 1100010 | 0 | 111110 | 11111000 | 1100000 | 10011 |
Color Harmonies of #0E0261
Complementary color
Monochromatic Colors of #0E0261
Black with #0E0261
Text Example
Text Example
White with #0E0261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0261; }
p { color: rgb(14,2,97); }
H1.HeaderClassName
{
color: #0E0261;
}
.AnyTagClassName
{
color: #0E0261;
}
</style>
background-color css
<style>
a { background-color: #0E0261; }
a { background-color: rgb(14,2,97); }
div.DivClassName
{
background-color: #0E0261;
}
.BgClassName
{
background-color: #0E0261;
}
</style>
border-color css
<style>
span { border-color: #0E0261; }
span { border-color: rgb(14,2,97); }
td.TdClassName
{
border-color: #0E0261;
}
.TagClassName
{
border-color: #0E0261;
}
</style>