Shades of New Midnight Blue #020FAC
Tints of New Midnight Blue #020FAC
RGB
CMYK
RGB Variations
Color information
#020FAC (or 0x020FAC) is known color: New Midnight Blue. HEX triplet: 02, 0F and AC. RGB value is (2,15,172). Sum of RGB (Red+Green+Blue) = 2+15+172=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 172 (67.58% from 255 or 91.01% from 189); Max value from RGB is 172 - color contains mainly: blue. Hex color #020FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020FAC is #FDF053. Grayscale: #1C1C1C. Windows color (decimal): -16642132 or 11276034. OLE color: 11276034.
HSL color Cylindrical-coordinate representation of color #020FAC: hue angle of 235.41º 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 #020FAC is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 15 | 172 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.33 |
| HSL | 235.41º | 0.98% | 0.34% | - |
| HSV(B) | 235.41º | 0.99% | 0.67% | - |
| XYZ | 7.64 | 3.33 | 39.27 | - |
| YUV | 29.01 | 208.69 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 172 | 0.99 | 0.91 | 0 | 0.33 | 235.41 | 0.98 | 0.34 |
| Hex | 2 | F | AC | 63 | 5B | 0 | 21 | EB | 62 | 22 |
| Octal | 2 | 17 | 254 | 143 | 133 | 0 | 41 | 353 | 142 | 42 |
| Binary | 10 | 1111 | 10101100 | 1100011 | 1011011 | 0 | 100001 | 11101011 | 1100010 | 100010 |
Color Harmonies of #020FAC
Complementary color
Monochromatic Colors of #020FAC
Black with #020FAC
Text Example
Text Example
White with #020FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FAC; }
p { color: rgb(2,15,172); }
H1.HeaderClassName
{
color: #020FAC;
}
.AnyTagClassName
{
color: #020FAC;
}
</style>
background-color css
<style>
a { background-color: #020FAC; }
a { background-color: rgb(2,15,172); }
div.DivClassName
{
background-color: #020FAC;
}
.BgClassName
{
background-color: #020FAC;
}
</style>
border-color css
<style>
span { border-color: #020FAC; }
span { border-color: rgb(2,15,172); }
td.TdClassName
{
border-color: #020FAC;
}
.TagClassName
{
border-color: #020FAC;
}
</style>