Shades of Midnight Blue #03054A
Tints of Midnight Blue #03054A
RGB
CMYK
RGB Variations
Color information
#03054A (or 0x03054A) is known color: Midnight Blue. HEX triplet: 03, 05 and 4A. RGB value is (3,5,74). Sum of RGB (Red+Green+Blue) = 3+5+74=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 74 (29.30% from 255 or 90.24% from 82); Max value from RGB is 74 - color contains mainly: blue. Hex color #03054A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03054A is #FCFAB5. Grayscale: #0B0B0B. Windows color (decimal): -16579254 or 4850947. OLE color: 4850947.
HSL color Cylindrical-coordinate representation of color #03054A: hue angle of 238.31º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03054A is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 5 | 74 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.71 |
| HSL | 238.31º | 0.92% | 0.15% | - |
| HSV(B) | 238.31º | 0.96% | 0.29% | - |
| XYZ | 1.33 | 0.62 | 6.53 | - |
| YUV | 12.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 74 | 0.96 | 0.93 | 0 | 0.71 | 238.31 | 0.92 | 0.15 |
| Hex | 3 | 5 | 4A | 60 | 5D | 0 | 47 | EE | 5C | F |
| Octal | 3 | 5 | 112 | 140 | 135 | 0 | 107 | 356 | 134 | 17 |
| Binary | 11 | 101 | 1001010 | 1100000 | 1011101 | 0 | 1000111 | 11101110 | 1011100 | 1111 |
Color Harmonies of #03054A
Complementary color
Monochromatic Colors of #03054A
Black with #03054A
Text Example
Text Example
White with #03054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03054A; }
p { color: rgb(3,5,74); }
H1.HeaderClassName
{
color: #03054A;
}
.AnyTagClassName
{
color: #03054A;
}
</style>
background-color css
<style>
a { background-color: #03054A; }
a { background-color: rgb(3,5,74); }
div.DivClassName
{
background-color: #03054A;
}
.BgClassName
{
background-color: #03054A;
}
</style>
border-color css
<style>
span { border-color: #03054A; }
span { border-color: rgb(3,5,74); }
td.TdClassName
{
border-color: #03054A;
}
.TagClassName
{
border-color: #03054A;
}
</style>