Shades of New Midnight Blue #000BAD
Tints of New Midnight Blue #000BAD
RGB
CMYK
RGB Variations
Color information
#000BAD (or 0x000BAD) is known color: New Midnight Blue. HEX triplet: 00, 0B and AD. RGB value is (0,11,173). Sum of RGB (Red+Green+Blue) = 0+11+173=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 173 (67.97% from 255 or 94.02% from 184); Max value from RGB is 173 - color contains mainly: blue. Hex color #000BAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000BAD is #FFF452. Grayscale: #191919. Windows color (decimal): -16774227 or 11340544. OLE color: 11340544.
HSL color Cylindrical-coordinate representation of color #000BAD: hue angle of 236.18º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000BAD is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 11 | 173 | - |
| CMYK | 1 | 0.94 | 0 | 0.32 |
| HSL | 236.19º | 1% | 0.34% | - |
| HSV(B) | 236.19º | 1% | 0.68% | - |
| XYZ | 7.66 | 3.26 | 39.76 | - |
| YUV | 26.18 | 210.86 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 173 | 1 | 0.94 | 0 | 0.32 | 236.19 | 1 | 0.34 |
| Hex | 0 | B | AD | 64 | 5E | 0 | 20 | EC | 64 | 22 |
| Octal | 0 | 13 | 255 | 144 | 136 | 0 | 40 | 354 | 144 | 42 |
| Binary | 0 | 1011 | 10101101 | 1100100 | 1011110 | 0 | 100000 | 11101100 | 1100100 | 100010 |
Color Harmonies of #000BAD
Complementary color
Monochromatic Colors of #000BAD
Black with #000BAD
Text Example
Text Example
White with #000BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000BAD; }
p { color: rgb(0,11,173); }
H1.HeaderClassName
{
color: #000BAD;
}
.AnyTagClassName
{
color: #000BAD;
}
</style>
background-color css
<style>
a { background-color: #000BAD; }
a { background-color: rgb(0,11,173); }
div.DivClassName
{
background-color: #000BAD;
}
.BgClassName
{
background-color: #000BAD;
}
</style>
border-color css
<style>
span { border-color: #000BAD; }
span { border-color: rgb(0,11,173); }
td.TdClassName
{
border-color: #000BAD;
}
.TagClassName
{
border-color: #000BAD;
}
</style>