Shades of New Midnight Blue #020E9C
Tints of New Midnight Blue #020E9C
RGB
CMYK
RGB Variations
Color information
#020E9C (or 0x020E9C) is known color: New Midnight Blue. HEX triplet: 02, 0E and 9C. RGB value is (2,14,156). Sum of RGB (Red+Green+Blue) = 2+14+156=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 156 (61.33% from 255 or 90.70% from 172); Max value from RGB is 156 - color contains mainly: blue. Hex color #020E9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E9C is #FDF163. Grayscale: #1A1A1A. Windows color (decimal): -16642404 or 10227202. OLE color: 10227202.
HSL color Cylindrical-coordinate representation of color #020E9C: hue angle of 235.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020E9C is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 14 | 156 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.39 |
| HSL | 235.32º | 0.97% | 0.31% | - |
| HSV(B) | 235.32º | 0.99% | 0.61% | - |
| XYZ | 6.18 | 2.73 | 31.65 | - |
| YUV | 26.6 | 201.02 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 156 | 0.99 | 0.91 | 0 | 0.39 | 235.32 | 0.97 | 0.31 |
| Hex | 2 | E | 9C | 63 | 5B | 0 | 27 | EB | 61 | 1F |
| Octal | 2 | 16 | 234 | 143 | 133 | 0 | 47 | 353 | 141 | 37 |
| Binary | 10 | 1110 | 10011100 | 1100011 | 1011011 | 0 | 100111 | 11101011 | 1100001 | 11111 |
Color Harmonies of #020E9C
Complementary color
Monochromatic Colors of #020E9C
Black with #020E9C
Text Example
Text Example
White with #020E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E9C; }
p { color: rgb(2,14,156); }
H1.HeaderClassName
{
color: #020E9C;
}
.AnyTagClassName
{
color: #020E9C;
}
</style>
background-color css
<style>
a { background-color: #020E9C; }
a { background-color: rgb(2,14,156); }
div.DivClassName
{
background-color: #020E9C;
}
.BgClassName
{
background-color: #020E9C;
}
</style>
border-color css
<style>
span { border-color: #020E9C; }
span { border-color: rgb(2,14,156); }
td.TdClassName
{
border-color: #020E9C;
}
.TagClassName
{
border-color: #020E9C;
}
</style>