Shades of New Midnight Blue #010EB4
Tints of New Midnight Blue #010EB4
RGB
CMYK
RGB Variations
Color information
#010EB4 (or 0x010EB4) is known color: New Midnight Blue. HEX triplet: 01, 0E and B4. RGB value is (1,14,180). Sum of RGB (Red+Green+Blue) = 1+14+180=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 14 (5.86% from 255 or 7.18% 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 #010EB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EB4 is #FEF14B. Grayscale: #1C1C1C. Windows color (decimal): -16707916 or 11800065. OLE color: 11800065.
HSL color Cylindrical-coordinate representation of color #010EB4: hue angle of 235.64º 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 #010EB4 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 14 | 180 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.29 |
| HSL | 235.64º | 0.99% | 0.35% | - |
| HSV(B) | 235.64º | 0.99% | 0.71% | - |
| XYZ | 8.41 | 3.62 | 43.43 | - |
| YUV | 29.04 | 213.19 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 180 | 0.99 | 0.92 | 0 | 0.29 | 235.64 | 0.99 | 0.35 |
| Hex | 1 | E | B4 | 63 | 5C | 0 | 1D | EC | 63 | 23 |
| Octal | 1 | 16 | 264 | 143 | 134 | 0 | 35 | 354 | 143 | 43 |
| Binary | 1 | 1110 | 10110100 | 1100011 | 1011100 | 0 | 11101 | 11101100 | 1100011 | 100011 |
Color Harmonies of #010EB4
Complementary color
Monochromatic Colors of #010EB4
Black with #010EB4
Text Example
Text Example
White with #010EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EB4; }
p { color: rgb(1,14,180); }
H1.HeaderClassName
{
color: #010EB4;
}
.AnyTagClassName
{
color: #010EB4;
}
</style>
background-color css
<style>
a { background-color: #010EB4; }
a { background-color: rgb(1,14,180); }
div.DivClassName
{
background-color: #010EB4;
}
.BgClassName
{
background-color: #010EB4;
}
</style>
border-color css
<style>
span { border-color: #010EB4; }
span { border-color: rgb(1,14,180); }
td.TdClassName
{
border-color: #010EB4;
}
.TagClassName
{
border-color: #010EB4;
}
</style>