Shades of Midnight Blue #05014C
Tints of Midnight Blue #05014C
RGB
CMYK
RGB Variations
Color information
#05014C (or 0x05014C) is known color: Midnight Blue. HEX triplet: 05, 01 and 4C. RGB value is (5,1,76). Sum of RGB (Red+Green+Blue) = 5+1+76=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 76 (30.08% from 255 or 92.68% from 82); Max value from RGB is 76 - color contains mainly: blue. Hex color #05014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05014C is #FAFEB3. Grayscale: #0A0A0A. Windows color (decimal): -16449204 or 4980997. OLE color: 4980997.
HSL color Cylindrical-coordinate representation of color #05014C: hue angle of 243.2º 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 #05014C is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 1 | 76 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.70 |
| HSL | 243.2º | 0.97% | 0.15% | - |
| HSV(B) | 243.2º | 0.99% | 0.3% | - |
| XYZ | 1.38 | 0.58 | 6.88 | - |
| YUV | 10.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 76 | 0.93 | 0.99 | 0 | 0.70 | 243.2 | 0.97 | 0.15 |
| Hex | 5 | 1 | 4C | 5D | 63 | 0 | 46 | F3 | 61 | F |
| Octal | 5 | 1 | 114 | 135 | 143 | 0 | 106 | 363 | 141 | 17 |
| Binary | 101 | 1 | 1001100 | 1011101 | 1100011 | 0 | 1000110 | 11110011 | 1100001 | 1111 |
Color Harmonies of #05014C
Complementary color
Monochromatic Colors of #05014C
Black with #05014C
Text Example
Text Example
White with #05014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05014C; }
p { color: rgb(5,1,76); }
H1.HeaderClassName
{
color: #05014C;
}
.AnyTagClassName
{
color: #05014C;
}
</style>
background-color css
<style>
a { background-color: #05014C; }
a { background-color: rgb(5,1,76); }
div.DivClassName
{
background-color: #05014C;
}
.BgClassName
{
background-color: #05014C;
}
</style>
border-color css
<style>
span { border-color: #05014C; }
span { border-color: rgb(5,1,76); }
td.TdClassName
{
border-color: #05014C;
}
.TagClassName
{
border-color: #05014C;
}
</style>