Shades of New Midnight Blue #010EB0
Tints of New Midnight Blue #010EB0
RGB
CMYK
RGB Variations
Color information
#010EB0 (or 0x010EB0) is known color: New Midnight Blue. HEX triplet: 01, 0E and B0. RGB value is (1,14,176). Sum of RGB (Red+Green+Blue) = 1+14+176=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 176 (69.14% from 255 or 92.15% from 191); Max value from RGB is 176 - color contains mainly: blue. Hex color #010EB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010EB0 is #FEF14F. Grayscale: #1B1B1B. Windows color (decimal): -16707920 or 11537921. OLE color: 11537921.
HSL color Cylindrical-coordinate representation of color #010EB0: hue angle of 235.54º degrees, saturation: 0.99, 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 #010EB0 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 14 | 176 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.31 |
| HSL | 235.54º | 0.99% | 0.35% | - |
| HSV(B) | 235.54º | 0.99% | 0.69% | - |
| XYZ | 8.01 | 3.46 | 41.32 | - |
| YUV | 28.58 | 211.19 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 176 | 0.99 | 0.92 | 0 | 0.31 | 235.54 | 0.99 | 0.35 |
| Hex | 1 | E | B0 | 63 | 5C | 0 | 1F | EC | 63 | 23 |
| Octal | 1 | 16 | 260 | 143 | 134 | 0 | 37 | 354 | 143 | 43 |
| Binary | 1 | 1110 | 10110000 | 1100011 | 1011100 | 0 | 11111 | 11101100 | 1100011 | 100011 |
Color Harmonies of #010EB0
Complementary color
Monochromatic Colors of #010EB0
Black with #010EB0
Text Example
Text Example
White with #010EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EB0; }
p { color: rgb(1,14,176); }
H1.HeaderClassName
{
color: #010EB0;
}
.AnyTagClassName
{
color: #010EB0;
}
</style>
background-color css
<style>
a { background-color: #010EB0; }
a { background-color: rgb(1,14,176); }
div.DivClassName
{
background-color: #010EB0;
}
.BgClassName
{
background-color: #010EB0;
}
</style>
border-color css
<style>
span { border-color: #010EB0; }
span { border-color: rgb(1,14,176); }
td.TdClassName
{
border-color: #010EB0;
}
.TagClassName
{
border-color: #010EB0;
}
</style>