Shades of Midnight Blue #02095E
Tints of Midnight Blue #02095E
RGB
CMYK
RGB Variations
Color information
#02095E (or 0x02095E) is known color: Midnight Blue. HEX triplet: 02, 09 and 5E. RGB value is (2,9,94). Sum of RGB (Red+Green+Blue) = 2+9+94=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 94 (37.11% from 255 or 89.52% from 105); Max value from RGB is 94 - color contains mainly: blue. Hex color #02095E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02095E is #FDF6A1. Grayscale: #101010. Windows color (decimal): -16643746 or 6162690. OLE color: 6162690.
HSL color Cylindrical-coordinate representation of color #02095E: hue angle of 235.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02095E is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 9 | 94 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.63 |
| HSL | 235.43º | 0.96% | 0.19% | - |
| HSV(B) | 235.43º | 0.98% | 0.37% | - |
| XYZ | 2.14 | 1.02 | 10.67 | - |
| YUV | 16.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 94 | 0.98 | 0.90 | 0 | 0.63 | 235.43 | 0.96 | 0.19 |
| Hex | 2 | 9 | 5E | 62 | 5A | 0 | 3F | EB | 60 | 13 |
| Octal | 2 | 11 | 136 | 142 | 132 | 0 | 77 | 353 | 140 | 23 |
| Binary | 10 | 1001 | 1011110 | 1100010 | 1011010 | 0 | 111111 | 11101011 | 1100000 | 10011 |
Color Harmonies of #02095E
Complementary color
Monochromatic Colors of #02095E
Black with #02095E
Text Example
Text Example
White with #02095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02095E; }
p { color: rgb(2,9,94); }
H1.HeaderClassName
{
color: #02095E;
}
.AnyTagClassName
{
color: #02095E;
}
</style>
background-color css
<style>
a { background-color: #02095E; }
a { background-color: rgb(2,9,94); }
div.DivClassName
{
background-color: #02095E;
}
.BgClassName
{
background-color: #02095E;
}
</style>
border-color css
<style>
span { border-color: #02095E; }
span { border-color: rgb(2,9,94); }
td.TdClassName
{
border-color: #02095E;
}
.TagClassName
{
border-color: #02095E;
}
</style>