Shades of Midnight Blue #03024A
Tints of Midnight Blue #03024A
RGB
CMYK
RGB Variations
Color information
#03024A (or 0x03024A) is known color: Midnight Blue. HEX triplet: 03, 02 and 4A. RGB value is (3,2,74). Sum of RGB (Red+Green+Blue) = 3+2+74=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 74 (29.30% from 255 or 93.67% from 79); Max value from RGB is 74 - color contains mainly: blue. Hex color #03024A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03024A is #FCFDB5. Grayscale: #0A0A0A. Windows color (decimal): -16580022 or 4850179. OLE color: 4850179.
HSL color Cylindrical-coordinate representation of color #03024A: hue angle of 240.83º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03024A is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 2 | 74 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.71 |
| HSL | 240.83º | 0.95% | 0.15% | - |
| HSV(B) | 240.83º | 0.97% | 0.29% | - |
| XYZ | 1.3 | 0.56 | 6.52 | - |
| YUV | 10.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 74 | 0.96 | 0.97 | 0 | 0.71 | 240.83 | 0.95 | 0.15 |
| Hex | 3 | 2 | 4A | 60 | 61 | 0 | 47 | F1 | 5F | F |
| Octal | 3 | 2 | 112 | 140 | 141 | 0 | 107 | 361 | 137 | 17 |
| Binary | 11 | 10 | 1001010 | 1100000 | 1100001 | 0 | 1000111 | 11110001 | 1011111 | 1111 |
Color Harmonies of #03024A
Complementary color
Monochromatic Colors of #03024A
Black with #03024A
Text Example
Text Example
White with #03024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03024A; }
p { color: rgb(3,2,74); }
H1.HeaderClassName
{
color: #03024A;
}
.AnyTagClassName
{
color: #03024A;
}
</style>
background-color css
<style>
a { background-color: #03024A; }
a { background-color: rgb(3,2,74); }
div.DivClassName
{
background-color: #03024A;
}
.BgClassName
{
background-color: #03024A;
}
</style>
border-color css
<style>
span { border-color: #03024A; }
span { border-color: rgb(3,2,74); }
td.TdClassName
{
border-color: #03024A;
}
.TagClassName
{
border-color: #03024A;
}
</style>