Shades of New Midnight Blue #02099D
Tints of New Midnight Blue #02099D
RGB
CMYK
RGB Variations
Color information
#02099D (or 0x02099D) is known color: New Midnight Blue. HEX triplet: 02, 09 and 9D. RGB value is (2,9,157). Sum of RGB (Red+Green+Blue) = 2+9+157=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 157 (61.72% from 255 or 93.45% from 168); Max value from RGB is 157 - color contains mainly: blue. Hex color #02099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02099D is #FDF662. Grayscale: #171717. Windows color (decimal): -16643683 or 10291458. OLE color: 10291458.
HSL color Cylindrical-coordinate representation of color #02099D: hue angle of 237.29º degrees, saturation: 0.97, 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 #02099D is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 9 | 157 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.38 |
| HSL | 237.29º | 0.97% | 0.31% | - |
| HSV(B) | 237.29º | 0.99% | 0.62% | - |
| XYZ | 6.21 | 2.64 | 32.08 | - |
| YUV | 23.78 | 203.18 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 157 | 0.99 | 0.94 | 0 | 0.38 | 237.29 | 0.97 | 0.31 |
| Hex | 2 | 9 | 9D | 63 | 5E | 0 | 26 | ED | 61 | 1F |
| Octal | 2 | 11 | 235 | 143 | 136 | 0 | 46 | 355 | 141 | 37 |
| Binary | 10 | 1001 | 10011101 | 1100011 | 1011110 | 0 | 100110 | 11101101 | 1100001 | 11111 |
Color Harmonies of #02099D
Complementary color
Monochromatic Colors of #02099D
Black with #02099D
Text Example
Text Example
White with #02099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02099D; }
p { color: rgb(2,9,157); }
H1.HeaderClassName
{
color: #02099D;
}
.AnyTagClassName
{
color: #02099D;
}
</style>
background-color css
<style>
a { background-color: #02099D; }
a { background-color: rgb(2,9,157); }
div.DivClassName
{
background-color: #02099D;
}
.BgClassName
{
background-color: #02099D;
}
</style>
border-color css
<style>
span { border-color: #02099D; }
span { border-color: rgb(2,9,157); }
td.TdClassName
{
border-color: #02099D;
}
.TagClassName
{
border-color: #02099D;
}
</style>