Shades of Midnight Blue #03024E
Tints of Midnight Blue #03024E
RGB
CMYK
RGB Variations
Color information
#03024E (or 0x03024E) is known color: Midnight Blue. HEX triplet: 03, 02 and 4E. RGB value is (3,2,78). Sum of RGB (Red+Green+Blue) = 3+2+78=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 78 (30.86% from 255 or 93.98% from 83); Max value from RGB is 78 - color contains mainly: blue. Hex color #03024E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03024E is #FCFDB1. Grayscale: #0A0A0A. Windows color (decimal): -16580018 or 5112323. OLE color: 5112323.
HSL color Cylindrical-coordinate representation of color #03024E: hue angle of 240.79º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03024E is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 2 | 78 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.69 |
| HSL | 240.79º | 0.95% | 0.16% | - |
| HSV(B) | 240.79º | 0.97% | 0.31% | - |
| XYZ | 1.43 | 0.61 | 7.25 | - |
| YUV | 10.96 | 165.83 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 78 | 0.96 | 0.97 | 0 | 0.69 | 240.79 | 0.95 | 0.16 |
| Hex | 3 | 2 | 4E | 60 | 61 | 0 | 45 | F1 | 5F | 10 |
| Octal | 3 | 2 | 116 | 140 | 141 | 0 | 105 | 361 | 137 | 20 |
| Binary | 11 | 10 | 1001110 | 1100000 | 1100001 | 0 | 1000101 | 11110001 | 1011111 | 10000 |
Color Harmonies of #03024E
Complementary color
Monochromatic Colors of #03024E
Black with #03024E
Text Example
Text Example
White with #03024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03024E; }
p { color: rgb(3,2,78); }
H1.HeaderClassName
{
color: #03024E;
}
.AnyTagClassName
{
color: #03024E;
}
</style>
background-color css
<style>
a { background-color: #03024E; }
a { background-color: rgb(3,2,78); }
div.DivClassName
{
background-color: #03024E;
}
.BgClassName
{
background-color: #03024E;
}
</style>
border-color css
<style>
span { border-color: #03024E; }
span { border-color: rgb(3,2,78); }
td.TdClassName
{
border-color: #03024E;
}
.TagClassName
{
border-color: #03024E;
}
</style>