Shades of Midnight Blue #03014C
Tints of Midnight Blue #03014C
RGB
CMYK
RGB Variations
Color information
#03014C (or 0x03014C) is known color: Midnight Blue. HEX triplet: 03, 01 and 4C. RGB value is (3,1,76). Sum of RGB (Red+Green+Blue) = 3+1+76=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 76 (30.08% from 255 or 95% from 80); Max value from RGB is 76 - color contains mainly: blue. Hex color #03014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03014C is #FCFEB3. Grayscale: #090909. Windows color (decimal): -16580276 or 4980995. OLE color: 4980995.
HSL color Cylindrical-coordinate representation of color #03014C: hue angle of 241.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03014C is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 1 | 76 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.70 |
| HSL | 241.6º | 0.97% | 0.15% | - |
| HSV(B) | 241.6º | 0.99% | 0.3% | - |
| XYZ | 1.35 | 0.56 | 6.87 | - |
| YUV | 10.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 76 | 0.96 | 0.99 | 0 | 0.70 | 241.6 | 0.97 | 0.15 |
| Hex | 3 | 1 | 4C | 60 | 63 | 0 | 46 | F2 | 61 | F |
| Octal | 3 | 1 | 114 | 140 | 143 | 0 | 106 | 362 | 141 | 17 |
| Binary | 11 | 1 | 1001100 | 1100000 | 1100011 | 0 | 1000110 | 11110010 | 1100001 | 1111 |
Color Harmonies of #03014C
Complementary color
Monochromatic Colors of #03014C
Black with #03014C
Text Example
Text Example
White with #03014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03014C; }
p { color: rgb(3,1,76); }
H1.HeaderClassName
{
color: #03014C;
}
.AnyTagClassName
{
color: #03014C;
}
</style>
background-color css
<style>
a { background-color: #03014C; }
a { background-color: rgb(3,1,76); }
div.DivClassName
{
background-color: #03014C;
}
.BgClassName
{
background-color: #03014C;
}
</style>
border-color css
<style>
span { border-color: #03014C; }
span { border-color: rgb(3,1,76); }
td.TdClassName
{
border-color: #03014C;
}
.TagClassName
{
border-color: #03014C;
}
</style>