Shades of New Midnight Blue #0E01B4
Tints of New Midnight Blue #0E01B4
RGB
CMYK
RGB Variations
Color information
#0E01B4 (or 0x0E01B4) is known color: New Midnight Blue. HEX triplet: 0E, 01 and B4. RGB value is (14,1,180). Sum of RGB (Red+Green+Blue) = 14+1+180=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 180 (70.70% from 255 or 92.31% from 195); Max value from RGB is 180 - color contains mainly: blue. Hex color #0E01B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E01B4 is #F1FE4B. Grayscale: #181818. Windows color (decimal): -15859276 or 11796750. OLE color: 11796750.
HSL color Cylindrical-coordinate representation of color #0E01B4: hue angle of 244.36º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E01B4 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 1 | 180 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.29 |
| HSL | 244.36º | 0.99% | 0.35% | - |
| HSV(B) | 244.36º | 0.99% | 0.71% | - |
| XYZ | 8.43 | 3.41 | 43.39 | - |
| YUV | 25.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 180 | 0.92 | 0.99 | 0 | 0.29 | 244.36 | 0.99 | 0.35 |
| Hex | E | 1 | B4 | 5C | 63 | 0 | 1D | F4 | 63 | 23 |
| Octal | 16 | 1 | 264 | 134 | 143 | 0 | 35 | 364 | 143 | 43 |
| Binary | 1110 | 1 | 10110100 | 1011100 | 1100011 | 0 | 11101 | 11110100 | 1100011 | 100011 |
Color Harmonies of #0E01B4
Complementary color
Monochromatic Colors of #0E01B4
Black with #0E01B4
Text Example
Text Example
White with #0E01B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E01B4; }
p { color: rgb(14,1,180); }
H1.HeaderClassName
{
color: #0E01B4;
}
.AnyTagClassName
{
color: #0E01B4;
}
</style>
background-color css
<style>
a { background-color: #0E01B4; }
a { background-color: rgb(14,1,180); }
div.DivClassName
{
background-color: #0E01B4;
}
.BgClassName
{
background-color: #0E01B4;
}
</style>
border-color css
<style>
span { border-color: #0E01B4; }
span { border-color: rgb(14,1,180); }
td.TdClassName
{
border-color: #0E01B4;
}
.TagClassName
{
border-color: #0E01B4;
}
</style>