Shades of Midnight Blue #01014C
Tints of Midnight Blue #01014C
RGB
CMYK
RGB Variations
Color information
#01014C (or 0x01014C) is known color: Midnight Blue. HEX triplet: 01, 01 and 4C. RGB value is (1,1,76). Sum of RGB (Red+Green+Blue) = 1+1+76=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 76 (30.08% from 255 or 97.44% from 78); Max value from RGB is 76 - color contains mainly: blue. Hex color #01014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01014C is #FEFEB3. Grayscale: #090909. Windows color (decimal): -16711348 or 4980993. OLE color: 4980993.
HSL color Cylindrical-coordinate representation of color #01014C: hue angle of 240º 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 #01014C is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 1 | 76 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.70 |
| HSL | 240º | 0.97% | 0.15% | - |
| HSV(B) | 240º | 0.99% | 0.3% | - |
| XYZ | 1.33 | 0.55 | 6.87 | - |
| YUV | 9.55 | 165.5 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 76 | 0.99 | 0.99 | 0 | 0.70 | 240 | 0.97 | 0.15 |
| Hex | 1 | 1 | 4C | 63 | 63 | 0 | 46 | F0 | 61 | F |
| Octal | 1 | 1 | 114 | 143 | 143 | 0 | 106 | 360 | 141 | 17 |
| Binary | 1 | 1 | 1001100 | 1100011 | 1100011 | 0 | 1000110 | 11110000 | 1100001 | 1111 |
Color Harmonies of #01014C
Complementary color
Monochromatic Colors of #01014C
Black with #01014C
Text Example
Text Example
White with #01014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01014C; }
p { color: rgb(1,1,76); }
H1.HeaderClassName
{
color: #01014C;
}
.AnyTagClassName
{
color: #01014C;
}
</style>
background-color css
<style>
a { background-color: #01014C; }
a { background-color: rgb(1,1,76); }
div.DivClassName
{
background-color: #01014C;
}
.BgClassName
{
background-color: #01014C;
}
</style>
border-color css
<style>
span { border-color: #01014C; }
span { border-color: rgb(1,1,76); }
td.TdClassName
{
border-color: #01014C;
}
.TagClassName
{
border-color: #01014C;
}
</style>