Shades of Midnight Blue #01024B
Tints of Midnight Blue #01024B
RGB
CMYK
RGB Variations
Color information
#01024B (or 0x01024B) is known color: Midnight Blue. HEX triplet: 01, 02 and 4B. RGB value is (1,2,75). Sum of RGB (Red+Green+Blue) = 1+2+75=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 75 (29.69% from 255 or 96.15% from 78); Max value from RGB is 75 - color contains mainly: blue. Hex color #01024B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01024B is #FEFDB4. Grayscale: #090909. Windows color (decimal): -16711093 or 4915713. OLE color: 4915713.
HSL color Cylindrical-coordinate representation of color #01024B: hue angle of 239.19º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01024B is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 2 | 75 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.71 |
| HSL | 239.19º | 0.97% | 0.15% | - |
| HSV(B) | 239.19º | 0.99% | 0.29% | - |
| XYZ | 1.3 | 0.56 | 6.7 | - |
| YUV | 10.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 75 | 0.99 | 0.97 | 0 | 0.71 | 239.19 | 0.97 | 0.15 |
| Hex | 1 | 2 | 4B | 63 | 61 | 0 | 47 | EF | 61 | F |
| Octal | 1 | 2 | 113 | 143 | 141 | 0 | 107 | 357 | 141 | 17 |
| Binary | 1 | 10 | 1001011 | 1100011 | 1100001 | 0 | 1000111 | 11101111 | 1100001 | 1111 |
Color Harmonies of #01024B
Complementary color
Monochromatic Colors of #01024B
Black with #01024B
Text Example
Text Example
White with #01024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01024B; }
p { color: rgb(1,2,75); }
H1.HeaderClassName
{
color: #01024B;
}
.AnyTagClassName
{
color: #01024B;
}
</style>
background-color css
<style>
a { background-color: #01024B; }
a { background-color: rgb(1,2,75); }
div.DivClassName
{
background-color: #01024B;
}
.BgClassName
{
background-color: #01024B;
}
</style>
border-color css
<style>
span { border-color: #01024B; }
span { border-color: rgb(1,2,75); }
td.TdClassName
{
border-color: #01024B;
}
.TagClassName
{
border-color: #01024B;
}
</style>