Shades of Midnight Blue #02014C
Tints of Midnight Blue #02014C
RGB
CMYK
RGB Variations
Color information
#02014C (or 0x02014C) is known color: Midnight Blue. HEX triplet: 02, 01 and 4C. RGB value is (2,1,76). Sum of RGB (Red+Green+Blue) = 2+1+76=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 76 (30.08% from 255 or 96.20% from 79); Max value from RGB is 76 - color contains mainly: blue. Hex color #02014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02014C is #FDFEB3. Grayscale: #090909. Windows color (decimal): -16645812 or 4980994. OLE color: 4980994.
HSL color Cylindrical-coordinate representation of color #02014C: hue angle of 240.8º 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 #02014C is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 1 | 76 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.70 |
| HSL | 240.8º | 0.97% | 0.15% | - |
| HSV(B) | 240.8º | 0.99% | 0.3% | - |
| XYZ | 1.34 | 0.56 | 6.87 | - |
| YUV | 9.85 | 165.33 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 76 | 0.97 | 0.99 | 0 | 0.70 | 240.8 | 0.97 | 0.15 |
| Hex | 2 | 1 | 4C | 61 | 63 | 0 | 46 | F1 | 61 | F |
| Octal | 2 | 1 | 114 | 141 | 143 | 0 | 106 | 361 | 141 | 17 |
| Binary | 10 | 1 | 1001100 | 1100001 | 1100011 | 0 | 1000110 | 11110001 | 1100001 | 1111 |
Color Harmonies of #02014C
Complementary color
Monochromatic Colors of #02014C
Black with #02014C
Text Example
Text Example
White with #02014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02014C; }
p { color: rgb(2,1,76); }
H1.HeaderClassName
{
color: #02014C;
}
.AnyTagClassName
{
color: #02014C;
}
</style>
background-color css
<style>
a { background-color: #02014C; }
a { background-color: rgb(2,1,76); }
div.DivClassName
{
background-color: #02014C;
}
.BgClassName
{
background-color: #02014C;
}
</style>
border-color css
<style>
span { border-color: #02014C; }
span { border-color: rgb(2,1,76); }
td.TdClassName
{
border-color: #02014C;
}
.TagClassName
{
border-color: #02014C;
}
</style>