Shades of Midnight Blue #01024F
Tints of Midnight Blue #01024F
RGB
CMYK
RGB Variations
Color information
#01024F (or 0x01024F) is known color: Midnight Blue. HEX triplet: 01, 02 and 4F. RGB value is (1,2,79). Sum of RGB (Red+Green+Blue) = 1+2+79=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 79 (31.25% from 255 or 96.34% from 82); Max value from RGB is 79 - color contains mainly: blue. Hex color #01024F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01024F is #FEFDB0. Grayscale: #0A0A0A. Windows color (decimal): -16711089 or 5177857. OLE color: 5177857.
HSL color Cylindrical-coordinate representation of color #01024F: hue angle of 239.23º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01024F is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 2 | 79 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.69 |
| HSL | 239.23º | 0.98% | 0.16% | - |
| HSV(B) | 239.23º | 0.99% | 0.31% | - |
| XYZ | 1.45 | 0.61 | 7.44 | - |
| YUV | 10.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 79 | 0.99 | 0.97 | 0 | 0.69 | 239.23 | 0.98 | 0.16 |
| Hex | 1 | 2 | 4F | 63 | 61 | 0 | 45 | EF | 62 | 10 |
| Octal | 1 | 2 | 117 | 143 | 141 | 0 | 105 | 357 | 142 | 20 |
| Binary | 1 | 10 | 1001111 | 1100011 | 1100001 | 0 | 1000101 | 11101111 | 1100010 | 10000 |
Color Harmonies of #01024F
Complementary color
Monochromatic Colors of #01024F
Black with #01024F
Text Example
Text Example
White with #01024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01024F; }
p { color: rgb(1,2,79); }
H1.HeaderClassName
{
color: #01024F;
}
.AnyTagClassName
{
color: #01024F;
}
</style>
background-color css
<style>
a { background-color: #01024F; }
a { background-color: rgb(1,2,79); }
div.DivClassName
{
background-color: #01024F;
}
.BgClassName
{
background-color: #01024F;
}
</style>
border-color css
<style>
span { border-color: #01024F; }
span { border-color: rgb(1,2,79); }
td.TdClassName
{
border-color: #01024F;
}
.TagClassName
{
border-color: #01024F;
}
</style>