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