Shades of Midnight Blue #02055A
Tints of Midnight Blue #02055A
RGB
CMYK
RGB Variations
Color information
#02055A (or 0x02055A) is known color: Midnight Blue. HEX triplet: 02, 05 and 5A. RGB value is (2,5,90). Sum of RGB (Red+Green+Blue) = 2+5+90=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 90 (35.55% from 255 or 92.78% from 97); Max value from RGB is 90 - color contains mainly: blue. Hex color #02055A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02055A is #FDFAA5. Grayscale: #0D0D0D. Windows color (decimal): -16644774 or 5899522. OLE color: 5899522.
HSL color Cylindrical-coordinate representation of color #02055A: hue angle of 237.95º 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 #02055A is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 5 | 90 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.65 |
| HSL | 237.95º | 0.96% | 0.18% | - |
| HSV(B) | 237.95º | 0.98% | 0.35% | - |
| XYZ | 1.92 | 0.86 | 9.74 | - |
| YUV | 13.79 | 171.01 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 90 | 0.98 | 0.94 | 0 | 0.65 | 237.95 | 0.96 | 0.18 |
| Hex | 2 | 5 | 5A | 62 | 5E | 0 | 41 | EE | 60 | 12 |
| Octal | 2 | 5 | 132 | 142 | 136 | 0 | 101 | 356 | 140 | 22 |
| Binary | 10 | 101 | 1011010 | 1100010 | 1011110 | 0 | 1000001 | 11101110 | 1100000 | 10010 |
Color Harmonies of #02055A
Complementary color
Monochromatic Colors of #02055A
Black with #02055A
Text Example
Text Example
White with #02055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02055A; }
p { color: rgb(2,5,90); }
H1.HeaderClassName
{
color: #02055A;
}
.AnyTagClassName
{
color: #02055A;
}
</style>
background-color css
<style>
a { background-color: #02055A; }
a { background-color: rgb(2,5,90); }
div.DivClassName
{
background-color: #02055A;
}
.BgClassName
{
background-color: #02055A;
}
</style>
border-color css
<style>
span { border-color: #02055A; }
span { border-color: rgb(2,5,90); }
td.TdClassName
{
border-color: #02055A;
}
.TagClassName
{
border-color: #02055A;
}
</style>