Shades of Midnight Blue #0E0350
Tints of Midnight Blue #0E0350
RGB
CMYK
RGB Variations
Color information
#0E0350 (or 0x0E0350) is known color: Midnight Blue. HEX triplet: 0E, 03 and 50. RGB value is (14,3,80). Sum of RGB (Red+Green+Blue) = 14+3+80=97 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.43% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 80 (31.64% from 255 or 82.47% from 97); Max value from RGB is 80 - color contains mainly: blue. Hex color #0E0350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0350 is #F1FCAF. Grayscale: #0E0E0E. Windows color (decimal): -15858864 or 5243662. OLE color: 5243662.
HSL color Cylindrical-coordinate representation of color #0E0350: hue angle of 248.57º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E0350 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 3 | 80 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.69 |
| HSL | 248.57º | 0.93% | 0.16% | - |
| HSV(B) | 248.57º | 0.96% | 0.31% | - |
| XYZ | 1.66 | 0.74 | 7.64 | - |
| YUV | 15.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 80 | 0.83 | 0.96 | 0 | 0.69 | 248.57 | 0.93 | 0.16 |
| Hex | E | 3 | 50 | 53 | 60 | 0 | 45 | F9 | 5D | 10 |
| Octal | 16 | 3 | 120 | 123 | 140 | 0 | 105 | 371 | 135 | 20 |
| Binary | 1110 | 11 | 1010000 | 1010011 | 1100000 | 0 | 1000101 | 11111001 | 1011101 | 10000 |
Color Harmonies of #0E0350
Complementary color
Monochromatic Colors of #0E0350
Black with #0E0350
Text Example
Text Example
White with #0E0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0350; }
p { color: rgb(14,3,80); }
H1.HeaderClassName
{
color: #0E0350;
}
.AnyTagClassName
{
color: #0E0350;
}
</style>
background-color css
<style>
a { background-color: #0E0350; }
a { background-color: rgb(14,3,80); }
div.DivClassName
{
background-color: #0E0350;
}
.BgClassName
{
background-color: #0E0350;
}
</style>
border-color css
<style>
span { border-color: #0E0350; }
span { border-color: rgb(14,3,80); }
td.TdClassName
{
border-color: #0E0350;
}
.TagClassName
{
border-color: #0E0350;
}
</style>