Shades of New Midnight Blue #0A0EB1
Tints of New Midnight Blue #0A0EB1
RGB
CMYK
RGB Variations
Color information
#0A0EB1 (or 0x0A0EB1) is known color: New Midnight Blue. HEX triplet: 0A, 0E and B1. RGB value is (10,14,177). Sum of RGB (Red+Green+Blue) = 10+14+177=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 177 (69.53% from 255 or 88.06% from 201); Max value from RGB is 177 - color contains mainly: blue. Hex color #0A0EB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0EB1 is #F5F14E. Grayscale: #1E1E1E. Windows color (decimal): -16118095 or 11603466. OLE color: 11603466.
HSL color Cylindrical-coordinate representation of color #0A0EB1: hue angle of 238.56º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0EB1 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 14 | 177 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.31 |
| HSL | 238.56º | 0.89% | 0.37% | - |
| HSV(B) | 238.56º | 0.94% | 0.69% | - |
| XYZ | 8.22 | 3.55 | 41.85 | - |
| YUV | 31.39 | 210.17 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 177 | 0.94 | 0.92 | 0 | 0.31 | 238.56 | 0.89 | 0.37 |
| Hex | A | E | B1 | 5E | 5C | 0 | 1F | EF | 59 | 25 |
| Octal | 12 | 16 | 261 | 136 | 134 | 0 | 37 | 357 | 131 | 45 |
| Binary | 1010 | 1110 | 10110001 | 1011110 | 1011100 | 0 | 11111 | 11101111 | 1011001 | 100101 |
Color Harmonies of #0A0EB1
Complementary color
Monochromatic Colors of #0A0EB1
Black with #0A0EB1
Text Example
Text Example
White with #0A0EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0EB1; }
p { color: rgb(10,14,177); }
H1.HeaderClassName
{
color: #0A0EB1;
}
.AnyTagClassName
{
color: #0A0EB1;
}
</style>
background-color css
<style>
a { background-color: #0A0EB1; }
a { background-color: rgb(10,14,177); }
div.DivClassName
{
background-color: #0A0EB1;
}
.BgClassName
{
background-color: #0A0EB1;
}
</style>
border-color css
<style>
span { border-color: #0A0EB1; }
span { border-color: rgb(10,14,177); }
td.TdClassName
{
border-color: #0A0EB1;
}
.TagClassName
{
border-color: #0A0EB1;
}
</style>