Shades of New Midnight Blue #020BAD
Tints of New Midnight Blue #020BAD
RGB
CMYK
RGB Variations
Color information
#020BAD (or 0x020BAD) is known color: New Midnight Blue. HEX triplet: 02, 0B and AD. RGB value is (2,11,173). Sum of RGB (Red+Green+Blue) = 2+11+173=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 173 (67.97% from 255 or 93.01% from 186); Max value from RGB is 173 - color contains mainly: blue. Hex color #020BAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020BAD is #FDF452. Grayscale: #1A1A1A. Windows color (decimal): -16643155 or 11340546. OLE color: 11340546.
HSL color Cylindrical-coordinate representation of color #020BAD: hue angle of 236.84º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BAD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 11 | 173 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.32 |
| HSL | 236.84º | 0.98% | 0.34% | - |
| HSV(B) | 236.84º | 0.99% | 0.68% | - |
| XYZ | 7.69 | 3.27 | 39.76 | - |
| YUV | 26.78 | 210.52 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 173 | 0.99 | 0.94 | 0 | 0.32 | 236.84 | 0.98 | 0.34 |
| Hex | 2 | B | AD | 63 | 5E | 0 | 20 | ED | 62 | 22 |
| Octal | 2 | 13 | 255 | 143 | 136 | 0 | 40 | 355 | 142 | 42 |
| Binary | 10 | 1011 | 10101101 | 1100011 | 1011110 | 0 | 100000 | 11101101 | 1100010 | 100010 |
Color Harmonies of #020BAD
Complementary color
Monochromatic Colors of #020BAD
Black with #020BAD
Text Example
Text Example
White with #020BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BAD; }
p { color: rgb(2,11,173); }
H1.HeaderClassName
{
color: #020BAD;
}
.AnyTagClassName
{
color: #020BAD;
}
</style>
background-color css
<style>
a { background-color: #020BAD; }
a { background-color: rgb(2,11,173); }
div.DivClassName
{
background-color: #020BAD;
}
.BgClassName
{
background-color: #020BAD;
}
</style>
border-color css
<style>
span { border-color: #020BAD; }
span { border-color: rgb(2,11,173); }
td.TdClassName
{
border-color: #020BAD;
}
.TagClassName
{
border-color: #020BAD;
}
</style>