Shades of New Midnight Blue #0207AC
Tints of New Midnight Blue #0207AC
RGB
CMYK
RGB Variations
Color information
#0207AC (or 0x0207AC) is known color: New Midnight Blue. HEX triplet: 02, 07 and AC. RGB value is (2,7,172). Sum of RGB (Red+Green+Blue) = 2+7+172=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 172 (67.58% from 255 or 95.03% from 181); Max value from RGB is 172 - color contains mainly: blue. Hex color #0207AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0207AC is #FDF853. Grayscale: #171717. Windows color (decimal): -16644180 or 11273986. OLE color: 11273986.
HSL color Cylindrical-coordinate representation of color #0207AC: hue angle of 238.24º 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 #0207AC is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 7 | 172 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.33 |
| HSL | 238.24º | 0.98% | 0.34% | - |
| HSV(B) | 238.24º | 0.99% | 0.67% | - |
| XYZ | 7.55 | 3.14 | 39.24 | - |
| YUV | 24.32 | 211.34 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 172 | 0.99 | 0.96 | 0 | 0.33 | 238.24 | 0.98 | 0.34 |
| Hex | 2 | 7 | AC | 63 | 60 | 0 | 21 | EE | 62 | 22 |
| Octal | 2 | 7 | 254 | 143 | 140 | 0 | 41 | 356 | 142 | 42 |
| Binary | 10 | 111 | 10101100 | 1100011 | 1100000 | 0 | 100001 | 11101110 | 1100010 | 100010 |
Color Harmonies of #0207AC
Complementary color
Monochromatic Colors of #0207AC
Black with #0207AC
Text Example
Text Example
White with #0207AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0207AC; }
p { color: rgb(2,7,172); }
H1.HeaderClassName
{
color: #0207AC;
}
.AnyTagClassName
{
color: #0207AC;
}
</style>
background-color css
<style>
a { background-color: #0207AC; }
a { background-color: rgb(2,7,172); }
div.DivClassName
{
background-color: #0207AC;
}
.BgClassName
{
background-color: #0207AC;
}
</style>
border-color css
<style>
span { border-color: #0207AC; }
span { border-color: rgb(2,7,172); }
td.TdClassName
{
border-color: #0207AC;
}
.TagClassName
{
border-color: #0207AC;
}
</style>