Shades of Midnight Blue #0E035A
Tints of Midnight Blue #0E035A
RGB
CMYK
RGB Variations
Color information
#0E035A (or 0x0E035A) is known color: Midnight Blue. HEX triplet: 0E, 03 and 5A. RGB value is (14,3,90). Sum of RGB (Red+Green+Blue) = 14+3+90=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 90 (35.55% from 255 or 84.11% from 107); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E035A is #F1FCA5. Grayscale: #0F0F0F. Windows color (decimal): -15858854 or 5899022. OLE color: 5899022.
HSL color Cylindrical-coordinate representation of color #0E035A: hue angle of 247.59º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E035A is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 3 | 90 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.65 |
| HSL | 247.59º | 0.94% | 0.18% | - |
| HSV(B) | 247.59º | 0.97% | 0.35% | - |
| XYZ | 2.06 | 0.9 | 9.74 | - |
| YUV | 16.21 | 169.64 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 90 | 0.84 | 0.97 | 0 | 0.65 | 247.59 | 0.94 | 0.18 |
| Hex | E | 3 | 5A | 54 | 61 | 0 | 41 | F8 | 5E | 12 |
| Octal | 16 | 3 | 132 | 124 | 141 | 0 | 101 | 370 | 136 | 22 |
| Binary | 1110 | 11 | 1011010 | 1010100 | 1100001 | 0 | 1000001 | 11111000 | 1011110 | 10010 |
Color Harmonies of #0E035A
Complementary color
Monochromatic Colors of #0E035A
Black with #0E035A
Text Example
Text Example
White with #0E035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E035A; }
p { color: rgb(14,3,90); }
H1.HeaderClassName
{
color: #0E035A;
}
.AnyTagClassName
{
color: #0E035A;
}
</style>
background-color css
<style>
a { background-color: #0E035A; }
a { background-color: rgb(14,3,90); }
div.DivClassName
{
background-color: #0E035A;
}
.BgClassName
{
background-color: #0E035A;
}
</style>
border-color css
<style>
span { border-color: #0E035A; }
span { border-color: rgb(14,3,90); }
td.TdClassName
{
border-color: #0E035A;
}
.TagClassName
{
border-color: #0E035A;
}
</style>