Shades of New Midnight Blue #0E02B1
Tints of New Midnight Blue #0E02B1
RGB
CMYK
RGB Variations
Color information
#0E02B1 (or 0x0E02B1) is known color: New Midnight Blue. HEX triplet: 0E, 02 and B1. RGB value is (14,2,177). Sum of RGB (Red+Green+Blue) = 14+2+177=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 177 (69.53% from 255 or 91.71% from 193); Max value from RGB is 177 - color contains mainly: blue. Hex color #0E02B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E02B1 is #F1FD4E. Grayscale: #181818. Windows color (decimal): -15859023 or 11600398. OLE color: 11600398.
HSL color Cylindrical-coordinate representation of color #0E02B1: hue angle of 244.11º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E02B1 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 2 | 177 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.31 |
| HSL | 244.11º | 0.98% | 0.35% | - |
| HSV(B) | 244.11º | 0.99% | 0.69% | - |
| XYZ | 8.14 | 3.31 | 41.81 | - |
| YUV | 25.54 | 213.48 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 177 | 0.92 | 0.99 | 0 | 0.31 | 244.11 | 0.98 | 0.35 |
| Hex | E | 2 | B1 | 5C | 63 | 0 | 1F | F4 | 62 | 23 |
| Octal | 16 | 2 | 261 | 134 | 143 | 0 | 37 | 364 | 142 | 43 |
| Binary | 1110 | 10 | 10110001 | 1011100 | 1100011 | 0 | 11111 | 11110100 | 1100010 | 100011 |
Color Harmonies of #0E02B1
Complementary color
Monochromatic Colors of #0E02B1
Black with #0E02B1
Text Example
Text Example
White with #0E02B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E02B1; }
p { color: rgb(14,2,177); }
H1.HeaderClassName
{
color: #0E02B1;
}
.AnyTagClassName
{
color: #0E02B1;
}
</style>
background-color css
<style>
a { background-color: #0E02B1; }
a { background-color: rgb(14,2,177); }
div.DivClassName
{
background-color: #0E02B1;
}
.BgClassName
{
background-color: #0E02B1;
}
</style>
border-color css
<style>
span { border-color: #0E02B1; }
span { border-color: rgb(14,2,177); }
td.TdClassName
{
border-color: #0E02B1;
}
.TagClassName
{
border-color: #0E02B1;
}
</style>