Shades of Midnight Blue #02095A
Tints of Midnight Blue #02095A
RGB
CMYK
RGB Variations
Color information
#02095A (or 0x02095A) is known color: Midnight Blue. HEX triplet: 02, 09 and 5A. RGB value is (2,9,90). Sum of RGB (Red+Green+Blue) = 2+9+90=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 90 (35.55% from 255 or 89.11% from 101); Max value from RGB is 90 - color contains mainly: blue. Hex color #02095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02095A is #FDF6A5. Grayscale: #0F0F0F. Windows color (decimal): -16643750 or 5900546. OLE color: 5900546.
HSL color Cylindrical-coordinate representation of color #02095A: hue angle of 235.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02095A is Cyan = 0.98, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 9 | 90 | - |
| CMYK | 0.98 | 0.9 | 0 | 0.65 |
| HSL | 235.23º | 0.96% | 0.18% | - |
| HSV(B) | 235.23º | 0.98% | 0.35% | - |
| XYZ | 1.97 | 0.95 | 9.75 | - |
| YUV | 16.14 | 169.68 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 90 | 0.98 | 0.9 | 0 | 0.65 | 235.23 | 0.96 | 0.18 |
| Hex | 2 | 9 | 5A | 62 | 5A | 0 | 41 | EB | 60 | 12 |
| Octal | 2 | 11 | 132 | 142 | 132 | 0 | 101 | 353 | 140 | 22 |
| Binary | 10 | 1001 | 1011010 | 1100010 | 1011010 | 0 | 1000001 | 11101011 | 1100000 | 10010 |
Color Harmonies of #02095A
Complementary color
Monochromatic Colors of #02095A
Black with #02095A
Text Example
Text Example
White with #02095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02095A; }
p { color: rgb(2,9,90); }
H1.HeaderClassName
{
color: #02095A;
}
.AnyTagClassName
{
color: #02095A;
}
</style>
background-color css
<style>
a { background-color: #02095A; }
a { background-color: rgb(2,9,90); }
div.DivClassName
{
background-color: #02095A;
}
.BgClassName
{
background-color: #02095A;
}
</style>
border-color css
<style>
span { border-color: #02095A; }
span { border-color: rgb(2,9,90); }
td.TdClassName
{
border-color: #02095A;
}
.TagClassName
{
border-color: #02095A;
}
</style>