Shades of New Midnight Blue #000AB0
Tints of New Midnight Blue #000AB0
RGB
CMYK
RGB Variations
Color information
#000AB0 (or 0x000AB0) is known color: New Midnight Blue. HEX triplet: 00, 0A and B0. RGB value is (0,10,176). Sum of RGB (Red+Green+Blue) = 0+10+176=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 176 (69.14% from 255 or 94.62% from 186); Max value from RGB is 176 - color contains mainly: blue. Hex color #000AB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000AB0 is #FFF54F. Grayscale: #191919. Windows color (decimal): -16774480 or 11536896. OLE color: 11536896.
HSL color Cylindrical-coordinate representation of color #000AB0: hue angle of 236.59º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AB0 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 10 | 176 | - |
| CMYK | 1 | 0.94 | 0 | 0.31 |
| HSL | 236.59º | 1% | 0.35% | - |
| HSV(B) | 236.59º | 1% | 0.69% | - |
| XYZ | 7.95 | 3.35 | 41.3 | - |
| YUV | 25.93 | 212.69 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 176 | 1 | 0.94 | 0 | 0.31 | 236.59 | 1 | 0.35 |
| Hex | 0 | A | B0 | 64 | 5E | 0 | 1F | ED | 64 | 23 |
| Octal | 0 | 12 | 260 | 144 | 136 | 0 | 37 | 355 | 144 | 43 |
| Binary | 0 | 1010 | 10110000 | 1100100 | 1011110 | 0 | 11111 | 11101101 | 1100100 | 100011 |
Color Harmonies of #000AB0
Complementary color
Monochromatic Colors of #000AB0
Black with #000AB0
Text Example
Text Example
White with #000AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AB0; }
p { color: rgb(0,10,176); }
H1.HeaderClassName
{
color: #000AB0;
}
.AnyTagClassName
{
color: #000AB0;
}
</style>
background-color css
<style>
a { background-color: #000AB0; }
a { background-color: rgb(0,10,176); }
div.DivClassName
{
background-color: #000AB0;
}
.BgClassName
{
background-color: #000AB0;
}
</style>
border-color css
<style>
span { border-color: #000AB0; }
span { border-color: rgb(0,10,176); }
td.TdClassName
{
border-color: #000AB0;
}
.TagClassName
{
border-color: #000AB0;
}
</style>