Shades of New Midnight Blue #000BAC
Tints of New Midnight Blue #000BAC
RGB
CMYK
RGB Variations
Color information
#000BAC (or 0x000BAC) is known color: New Midnight Blue. HEX triplet: 00, 0B and AC. RGB value is (0,11,172). Sum of RGB (Red+Green+Blue) = 0+11+172=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 172 (67.58% from 255 or 93.99% from 183); Max value from RGB is 172 - color contains mainly: blue. Hex color #000BAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000BAC is #FFF453. Grayscale: #191919. Windows color (decimal): -16774228 or 11275008. OLE color: 11275008.
HSL color Cylindrical-coordinate representation of color #000BAC: hue angle of 236.16º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000BAC is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 11 | 172 | - |
| CMYK | 1 | 0.94 | 0 | 0.33 |
| HSL | 236.16º | 1% | 0.34% | - |
| HSV(B) | 236.16º | 1% | 0.67% | - |
| XYZ | 7.57 | 3.22 | 39.25 | - |
| YUV | 26.07 | 210.36 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 172 | 1 | 0.94 | 0 | 0.33 | 236.16 | 1 | 0.34 |
| Hex | 0 | B | AC | 64 | 5E | 0 | 21 | EC | 64 | 22 |
| Octal | 0 | 13 | 254 | 144 | 136 | 0 | 41 | 354 | 144 | 42 |
| Binary | 0 | 1011 | 10101100 | 1100100 | 1011110 | 0 | 100001 | 11101100 | 1100100 | 100010 |
Color Harmonies of #000BAC
Complementary color
Monochromatic Colors of #000BAC
Black with #000BAC
Text Example
Text Example
White with #000BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000BAC; }
p { color: rgb(0,11,172); }
H1.HeaderClassName
{
color: #000BAC;
}
.AnyTagClassName
{
color: #000BAC;
}
</style>
background-color css
<style>
a { background-color: #000BAC; }
a { background-color: rgb(0,11,172); }
div.DivClassName
{
background-color: #000BAC;
}
.BgClassName
{
background-color: #000BAC;
}
</style>
border-color css
<style>
span { border-color: #000BAC; }
span { border-color: rgb(0,11,172); }
td.TdClassName
{
border-color: #000BAC;
}
.TagClassName
{
border-color: #000BAC;
}
</style>