Shades of Midnight Blue #03044C
Tints of Midnight Blue #03044C
RGB
CMYK
RGB Variations
Color information
#03044C (or 0x03044C) is known color: Midnight Blue. HEX triplet: 03, 04 and 4C. RGB value is (3,4,76). Sum of RGB (Red+Green+Blue) = 3+4+76=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 76 (30.08% from 255 or 91.57% from 83); Max value from RGB is 76 - color contains mainly: blue. Hex color #03044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03044C is #FCFBB3. Grayscale: #0B0B0B. Windows color (decimal): -16579508 or 4981763. OLE color: 4981763.
HSL color Cylindrical-coordinate representation of color #03044C: hue angle of 239.18º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03044C is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 4 | 76 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.70 |
| HSL | 239.18º | 0.92% | 0.15% | - |
| HSV(B) | 239.18º | 0.96% | 0.3% | - |
| XYZ | 1.39 | 0.63 | 6.89 | - |
| YUV | 11.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 76 | 0.96 | 0.95 | 0 | 0.70 | 239.18 | 0.92 | 0.15 |
| Hex | 3 | 4 | 4C | 60 | 5F | 0 | 46 | EF | 5C | F |
| Octal | 3 | 4 | 114 | 140 | 137 | 0 | 106 | 357 | 134 | 17 |
| Binary | 11 | 100 | 1001100 | 1100000 | 1011111 | 0 | 1000110 | 11101111 | 1011100 | 1111 |
Color Harmonies of #03044C
Complementary color
Monochromatic Colors of #03044C
Black with #03044C
Text Example
Text Example
White with #03044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03044C; }
p { color: rgb(3,4,76); }
H1.HeaderClassName
{
color: #03044C;
}
.AnyTagClassName
{
color: #03044C;
}
</style>
background-color css
<style>
a { background-color: #03044C; }
a { background-color: rgb(3,4,76); }
div.DivClassName
{
background-color: #03044C;
}
.BgClassName
{
background-color: #03044C;
}
</style>
border-color css
<style>
span { border-color: #03044C; }
span { border-color: rgb(3,4,76); }
td.TdClassName
{
border-color: #03044C;
}
.TagClassName
{
border-color: #03044C;
}
</style>