Shades of New Midnight Blue #02119E
Tints of New Midnight Blue #02119E
RGB
CMYK
RGB Variations
Color information
#02119E (or 0x02119E) is known color: New Midnight Blue. HEX triplet: 02, 11 and 9E. RGB value is (2,17,158). Sum of RGB (Red+Green+Blue) = 2+17+158=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 158 (62.11% from 255 or 89.27% from 177); Max value from RGB is 158 - color contains mainly: blue. Hex color #02119E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02119E is #FDEE61. Grayscale: #1C1C1C. Windows color (decimal): -16641634 or 10359042. OLE color: 10359042.
HSL color Cylindrical-coordinate representation of color #02119E: hue angle of 234.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02119E is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 17 | 158 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.38 |
| HSL | 234.23º | 0.98% | 0.31% | - |
| HSV(B) | 234.23º | 0.99% | 0.62% | - |
| XYZ | 6.4 | 2.88 | 32.57 | - |
| YUV | 28.59 | 201.03 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 158 | 0.99 | 0.89 | 0 | 0.38 | 234.23 | 0.98 | 0.31 |
| Hex | 2 | 11 | 9E | 63 | 59 | 0 | 26 | EA | 62 | 1F |
| Octal | 2 | 21 | 236 | 143 | 131 | 0 | 46 | 352 | 142 | 37 |
| Binary | 10 | 10001 | 10011110 | 1100011 | 1011001 | 0 | 100110 | 11101010 | 1100010 | 11111 |
Color Harmonies of #02119E
Complementary color
Monochromatic Colors of #02119E
Black with #02119E
Text Example
Text Example
White with #02119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02119E; }
p { color: rgb(2,17,158); }
H1.HeaderClassName
{
color: #02119E;
}
.AnyTagClassName
{
color: #02119E;
}
</style>
background-color css
<style>
a { background-color: #02119E; }
a { background-color: rgb(2,17,158); }
div.DivClassName
{
background-color: #02119E;
}
.BgClassName
{
background-color: #02119E;
}
</style>
border-color css
<style>
span { border-color: #02119E; }
span { border-color: rgb(2,17,158); }
td.TdClassName
{
border-color: #02119E;
}
.TagClassName
{
border-color: #02119E;
}
</style>