Shades of New Midnight Blue #000AB4
Tints of New Midnight Blue #000AB4
RGB
CMYK
RGB Variations
Color information
#000AB4 (or 0x000AB4) is known color: New Midnight Blue. HEX triplet: 00, 0A and B4. RGB value is (0,10,180). Sum of RGB (Red+Green+Blue) = 0+10+180=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 180 (70.70% from 255 or 94.74% from 190); Max value from RGB is 180 - color contains mainly: blue. Hex color #000AB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000AB4 is #FFF54B. Grayscale: #191919. Windows color (decimal): -16774476 or 11799040. OLE color: 11799040.
HSL color Cylindrical-coordinate representation of color #000AB4: hue angle of 236.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AB4 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 10 | 180 | - |
| CMYK | 1 | 0.94 | 0 | 0.29 |
| HSL | 236.67º | 1% | 0.35% | - |
| HSV(B) | 236.67º | 1% | 0.71% | - |
| XYZ | 8.35 | 3.51 | 43.42 | - |
| YUV | 26.39 | 214.69 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 180 | 1 | 0.94 | 0 | 0.29 | 236.67 | 1 | 0.35 |
| Hex | 0 | A | B4 | 64 | 5E | 0 | 1D | ED | 64 | 23 |
| Octal | 0 | 12 | 264 | 144 | 136 | 0 | 35 | 355 | 144 | 43 |
| Binary | 0 | 1010 | 10110100 | 1100100 | 1011110 | 0 | 11101 | 11101101 | 1100100 | 100011 |
Color Harmonies of #000AB4
Complementary color
Monochromatic Colors of #000AB4
Black with #000AB4
Text Example
Text Example
White with #000AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AB4; }
p { color: rgb(0,10,180); }
H1.HeaderClassName
{
color: #000AB4;
}
.AnyTagClassName
{
color: #000AB4;
}
</style>
background-color css
<style>
a { background-color: #000AB4; }
a { background-color: rgb(0,10,180); }
div.DivClassName
{
background-color: #000AB4;
}
.BgClassName
{
background-color: #000AB4;
}
</style>
border-color css
<style>
span { border-color: #000AB4; }
span { border-color: rgb(0,10,180); }
td.TdClassName
{
border-color: #000AB4;
}
.TagClassName
{
border-color: #000AB4;
}
</style>