Shades of New Midnight Blue #020BAC
Tints of New Midnight Blue #020BAC
RGB
CMYK
RGB Variations
Color information
#020BAC (or 0x020BAC) is known color: New Midnight Blue. HEX triplet: 02, 0B and AC. RGB value is (2,11,172). Sum of RGB (Red+Green+Blue) = 2+11+172=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 172 (67.58% from 255 or 92.97% from 185); Max value from RGB is 172 - color contains mainly: blue. Hex color #020BAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020BAC is #FDF453. Grayscale: #1A1A1A. Windows color (decimal): -16643156 or 11275010. OLE color: 11275010.
HSL color Cylindrical-coordinate representation of color #020BAC: hue angle of 236.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BAC is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 11 | 172 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.33 |
| HSL | 236.82º | 0.98% | 0.34% | - |
| HSV(B) | 236.82º | 0.99% | 0.67% | - |
| XYZ | 7.59 | 3.23 | 39.25 | - |
| YUV | 26.66 | 210.02 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 172 | 0.99 | 0.94 | 0 | 0.33 | 236.82 | 0.98 | 0.34 |
| Hex | 2 | B | AC | 63 | 5E | 0 | 21 | ED | 62 | 22 |
| Octal | 2 | 13 | 254 | 143 | 136 | 0 | 41 | 355 | 142 | 42 |
| Binary | 10 | 1011 | 10101100 | 1100011 | 1011110 | 0 | 100001 | 11101101 | 1100010 | 100010 |
Color Harmonies of #020BAC
Complementary color
Monochromatic Colors of #020BAC
Black with #020BAC
Text Example
Text Example
White with #020BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BAC; }
p { color: rgb(2,11,172); }
H1.HeaderClassName
{
color: #020BAC;
}
.AnyTagClassName
{
color: #020BAC;
}
</style>
background-color css
<style>
a { background-color: #020BAC; }
a { background-color: rgb(2,11,172); }
div.DivClassName
{
background-color: #020BAC;
}
.BgClassName
{
background-color: #020BAC;
}
</style>
border-color css
<style>
span { border-color: #020BAC; }
span { border-color: rgb(2,11,172); }
td.TdClassName
{
border-color: #020BAC;
}
.TagClassName
{
border-color: #020BAC;
}
</style>