Shades of New Midnight Blue #000AB3
Tints of New Midnight Blue #000AB3
RGB
CMYK
RGB Variations
Color information
#000AB3 (or 0x000AB3) is known color: New Midnight Blue. HEX triplet: 00, 0A and B3. RGB value is (0,10,179). Sum of RGB (Red+Green+Blue) = 0+10+179=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 179 (70.31% from 255 or 94.71% from 189); Max value from RGB is 179 - color contains mainly: blue. Hex color #000AB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000AB3 is #FFF54C. Grayscale: #191919. Windows color (decimal): -16774477 or 11733504. OLE color: 11733504.
HSL color Cylindrical-coordinate representation of color #000AB3: hue angle of 236.65º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AB3 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 10 | 179 | - |
| CMYK | 1 | 0.94 | 0 | 0.30 |
| HSL | 236.65º | 1% | 0.35% | - |
| HSV(B) | 236.65º | 1% | 0.7% | - |
| XYZ | 8.25 | 3.47 | 42.88 | - |
| YUV | 26.28 | 214.19 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 179 | 1 | 0.94 | 0 | 0.30 | 236.65 | 1 | 0.35 |
| Hex | 0 | A | B3 | 64 | 5E | 0 | 1E | ED | 64 | 23 |
| Octal | 0 | 12 | 263 | 144 | 136 | 0 | 36 | 355 | 144 | 43 |
| Binary | 0 | 1010 | 10110011 | 1100100 | 1011110 | 0 | 11110 | 11101101 | 1100100 | 100011 |
Color Harmonies of #000AB3
Complementary color
Monochromatic Colors of #000AB3
Black with #000AB3
Text Example
Text Example
White with #000AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AB3; }
p { color: rgb(0,10,179); }
H1.HeaderClassName
{
color: #000AB3;
}
.AnyTagClassName
{
color: #000AB3;
}
</style>
background-color css
<style>
a { background-color: #000AB3; }
a { background-color: rgb(0,10,179); }
div.DivClassName
{
background-color: #000AB3;
}
.BgClassName
{
background-color: #000AB3;
}
</style>
border-color css
<style>
span { border-color: #000AB3; }
span { border-color: rgb(0,10,179); }
td.TdClassName
{
border-color: #000AB3;
}
.TagClassName
{
border-color: #000AB3;
}
</style>