Shades of New Midnight Blue #02139B
Tints of New Midnight Blue #02139B
RGB
CMYK
RGB Variations
Color information
#02139B (or 0x02139B) is known color: New Midnight Blue. HEX triplet: 02, 13 and 9B. RGB value is (2,19,155). Sum of RGB (Red+Green+Blue) = 2+19+155=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 155 (60.94% from 255 or 88.07% from 176); Max value from RGB is 155 - color contains mainly: blue. Hex color #02139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02139B is #FDEC64. Grayscale: #1C1C1C. Windows color (decimal): -16641125 or 10162946. OLE color: 10162946.
HSL color Cylindrical-coordinate representation of color #02139B: hue angle of 233.33º 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 #02139B is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 19 | 155 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.39 |
| HSL | 233.33º | 0.97% | 0.31% | - |
| HSV(B) | 233.33º | 0.99% | 0.61% | - |
| XYZ | 6.17 | 2.85 | 31.23 | - |
| YUV | 29.42 | 198.87 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 155 | 0.99 | 0.88 | 0 | 0.39 | 233.33 | 0.97 | 0.31 |
| Hex | 2 | 13 | 9B | 63 | 58 | 0 | 27 | E9 | 61 | 1F |
| Octal | 2 | 23 | 233 | 143 | 130 | 0 | 47 | 351 | 141 | 37 |
| Binary | 10 | 10011 | 10011011 | 1100011 | 1011000 | 0 | 100111 | 11101001 | 1100001 | 11111 |
Color Harmonies of #02139B
Complementary color
Monochromatic Colors of #02139B
Black with #02139B
Text Example
Text Example
White with #02139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02139B; }
p { color: rgb(2,19,155); }
H1.HeaderClassName
{
color: #02139B;
}
.AnyTagClassName
{
color: #02139B;
}
</style>
background-color css
<style>
a { background-color: #02139B; }
a { background-color: rgb(2,19,155); }
div.DivClassName
{
background-color: #02139B;
}
.BgClassName
{
background-color: #02139B;
}
</style>
border-color css
<style>
span { border-color: #02139B; }
span { border-color: rgb(2,19,155); }
td.TdClassName
{
border-color: #02139B;
}
.TagClassName
{
border-color: #02139B;
}
</style>