Shades of New Midnight Blue #020C94
Tints of New Midnight Blue #020C94
RGB
CMYK
RGB Variations
Color information
#020C94 (or 0x020C94) is known color: New Midnight Blue. HEX triplet: 02, 0C and 94. RGB value is (2,12,148). Sum of RGB (Red+Green+Blue) = 2+12+148=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 148 (58.20% from 255 or 91.36% from 162); Max value from RGB is 148 - color contains mainly: blue. Hex color #020C94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C94 is #FDF36B. Grayscale: #171717. Windows color (decimal): -16642924 or 9702402. OLE color: 9702402.
HSL color Cylindrical-coordinate representation of color #020C94: hue angle of 235.89º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020C94 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 12 | 148 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.42 |
| HSL | 235.89º | 0.97% | 0.29% | - |
| HSV(B) | 235.89º | 0.99% | 0.58% | - |
| XYZ | 5.5 | 2.41 | 28.19 | - |
| YUV | 24.51 | 197.69 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 148 | 0.99 | 0.92 | 0 | 0.42 | 235.89 | 0.97 | 0.29 |
| Hex | 2 | C | 94 | 63 | 5C | 0 | 2A | EC | 61 | 1D |
| Octal | 2 | 14 | 224 | 143 | 134 | 0 | 52 | 354 | 141 | 35 |
| Binary | 10 | 1100 | 10010100 | 1100011 | 1011100 | 0 | 101010 | 11101100 | 1100001 | 11101 |
Color Harmonies of #020C94
Complementary color
Monochromatic Colors of #020C94
Black with #020C94
Text Example
Text Example
White with #020C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C94; }
p { color: rgb(2,12,148); }
H1.HeaderClassName
{
color: #020C94;
}
.AnyTagClassName
{
color: #020C94;
}
</style>
background-color css
<style>
a { background-color: #020C94; }
a { background-color: rgb(2,12,148); }
div.DivClassName
{
background-color: #020C94;
}
.BgClassName
{
background-color: #020C94;
}
</style>
border-color css
<style>
span { border-color: #020C94; }
span { border-color: rgb(2,12,148); }
td.TdClassName
{
border-color: #020C94;
}
.TagClassName
{
border-color: #020C94;
}
</style>