Shades of New Midnight Blue #02189D
Tints of New Midnight Blue #02189D
RGB
CMYK
RGB Variations
Color information
#02189D (or 0x02189D) is known color: New Midnight Blue. HEX triplet: 02, 18 and 9D. RGB value is (2,24,157). Sum of RGB (Red+Green+Blue) = 2+24+157=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #02189D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02189D is #FDE762. Grayscale: #202020. Windows color (decimal): -16639843 or 10295298. OLE color: 10295298.
HSL color Cylindrical-coordinate representation of color #02189D: hue angle of 231.48º 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 #02189D is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 24 | 157 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.38 |
| HSL | 231.48º | 0.97% | 0.31% | - |
| HSV(B) | 231.48º | 0.99% | 0.62% | - |
| XYZ | 6.44 | 3.1 | 32.16 | - |
| YUV | 32.58 | 198.21 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 157 | 0.99 | 0.85 | 0 | 0.38 | 231.48 | 0.97 | 0.31 |
| Hex | 2 | 18 | 9D | 63 | 55 | 0 | 26 | E7 | 61 | 1F |
| Octal | 2 | 30 | 235 | 143 | 125 | 0 | 46 | 347 | 141 | 37 |
| Binary | 10 | 11000 | 10011101 | 1100011 | 1010101 | 0 | 100110 | 11100111 | 1100001 | 11111 |
Color Harmonies of #02189D
Complementary color
Monochromatic Colors of #02189D
Black with #02189D
Text Example
Text Example
White with #02189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02189D; }
p { color: rgb(2,24,157); }
H1.HeaderClassName
{
color: #02189D;
}
.AnyTagClassName
{
color: #02189D;
}
</style>
background-color css
<style>
a { background-color: #02189D; }
a { background-color: rgb(2,24,157); }
div.DivClassName
{
background-color: #02189D;
}
.BgClassName
{
background-color: #02189D;
}
</style>
border-color css
<style>
span { border-color: #02189D; }
span { border-color: rgb(2,24,157); }
td.TdClassName
{
border-color: #02189D;
}
.TagClassName
{
border-color: #02189D;
}
</style>