Shades of New Midnight Blue #0206AB
Tints of New Midnight Blue #0206AB
RGB
CMYK
RGB Variations
Color information
#0206AB (or 0x0206AB) is known color: New Midnight Blue. HEX triplet: 02, 06 and AB. RGB value is (2,6,171). Sum of RGB (Red+Green+Blue) = 2+6+171=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 171 (67.19% from 255 or 95.53% from 179); Max value from RGB is 171 - color contains mainly: blue. Hex color #0206AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0206AB is #FDF954. Grayscale: #161616. Windows color (decimal): -16644437 or 11208194. OLE color: 11208194.
HSL color Cylindrical-coordinate representation of color #0206AB: hue angle of 238.58º 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 #0206AB is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 6 | 171 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.33 |
| HSL | 238.58º | 0.98% | 0.34% | - |
| HSV(B) | 238.58º | 0.99% | 0.67% | - |
| XYZ | 7.44 | 3.08 | 38.73 | - |
| YUV | 23.61 | 211.17 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 171 | 0.99 | 0.96 | 0 | 0.33 | 238.58 | 0.98 | 0.34 |
| Hex | 2 | 6 | AB | 63 | 60 | 0 | 21 | EF | 62 | 22 |
| Octal | 2 | 6 | 253 | 143 | 140 | 0 | 41 | 357 | 142 | 42 |
| Binary | 10 | 110 | 10101011 | 1100011 | 1100000 | 0 | 100001 | 11101111 | 1100010 | 100010 |
Color Harmonies of #0206AB
Complementary color
Monochromatic Colors of #0206AB
Black with #0206AB
Text Example
Text Example
White with #0206AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0206AB; }
p { color: rgb(2,6,171); }
H1.HeaderClassName
{
color: #0206AB;
}
.AnyTagClassName
{
color: #0206AB;
}
</style>
background-color css
<style>
a { background-color: #0206AB; }
a { background-color: rgb(2,6,171); }
div.DivClassName
{
background-color: #0206AB;
}
.BgClassName
{
background-color: #0206AB;
}
</style>
border-color css
<style>
span { border-color: #0206AB; }
span { border-color: rgb(2,6,171); }
td.TdClassName
{
border-color: #0206AB;
}
.TagClassName
{
border-color: #0206AB;
}
</style>