Shades of New Midnight Blue #02099C
Tints of New Midnight Blue #02099C
RGB
CMYK
RGB Variations
Color information
#02099C (or 0x02099C) is known color: New Midnight Blue. HEX triplet: 02, 09 and 9C. RGB value is (2,9,156). Sum of RGB (Red+Green+Blue) = 2+9+156=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 156 (61.33% from 255 or 93.41% from 167); Max value from RGB is 156 - color contains mainly: blue. Hex color #02099C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02099C is #FDF663. Grayscale: #171717. Windows color (decimal): -16643684 or 10225922. OLE color: 10225922.
HSL color Cylindrical-coordinate representation of color #02099C: hue angle of 237.27º 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 #02099C is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 9 | 156 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.39 |
| HSL | 237.27º | 0.97% | 0.31% | - |
| HSV(B) | 237.27º | 0.99% | 0.61% | - |
| XYZ | 6.12 | 2.61 | 31.63 | - |
| YUV | 23.67 | 202.68 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 156 | 0.99 | 0.94 | 0 | 0.39 | 237.27 | 0.97 | 0.31 |
| Hex | 2 | 9 | 9C | 63 | 5E | 0 | 27 | ED | 61 | 1F |
| Octal | 2 | 11 | 234 | 143 | 136 | 0 | 47 | 355 | 141 | 37 |
| Binary | 10 | 1001 | 10011100 | 1100011 | 1011110 | 0 | 100111 | 11101101 | 1100001 | 11111 |
Color Harmonies of #02099C
Complementary color
Monochromatic Colors of #02099C
Black with #02099C
Text Example
Text Example
White with #02099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02099C; }
p { color: rgb(2,9,156); }
H1.HeaderClassName
{
color: #02099C;
}
.AnyTagClassName
{
color: #02099C;
}
</style>
background-color css
<style>
a { background-color: #02099C; }
a { background-color: rgb(2,9,156); }
div.DivClassName
{
background-color: #02099C;
}
.BgClassName
{
background-color: #02099C;
}
</style>
border-color css
<style>
span { border-color: #02099C; }
span { border-color: rgb(2,9,156); }
td.TdClassName
{
border-color: #02099C;
}
.TagClassName
{
border-color: #02099C;
}
</style>