Shades of Midnight Blue #01044C
Tints of Midnight Blue #01044C
RGB
CMYK
RGB Variations
Color information
#01044C (or 0x01044C) is known color: Midnight Blue. HEX triplet: 01, 04 and 4C. RGB value is (1,4,76). Sum of RGB (Red+Green+Blue) = 1+4+76=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 76 (30.08% from 255 or 93.83% from 81); Max value from RGB is 76 - color contains mainly: blue. Hex color #01044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01044C is #FEFBB3. Grayscale: #0B0B0B. Windows color (decimal): -16710580 or 4981761. OLE color: 4981761.
HSL color Cylindrical-coordinate representation of color #01044C: hue angle of 237.6º 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 #01044C is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 4 | 76 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.70 |
| HSL | 237.6º | 0.97% | 0.15% | - |
| HSV(B) | 237.6º | 0.99% | 0.3% | - |
| XYZ | 1.36 | 0.62 | 6.88 | - |
| YUV | 11.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 76 | 0.99 | 0.95 | 0 | 0.70 | 237.6 | 0.97 | 0.15 |
| Hex | 1 | 4 | 4C | 63 | 5F | 0 | 46 | EE | 61 | F |
| Octal | 1 | 4 | 114 | 143 | 137 | 0 | 106 | 356 | 141 | 17 |
| Binary | 1 | 100 | 1001100 | 1100011 | 1011111 | 0 | 1000110 | 11101110 | 1100001 | 1111 |
Color Harmonies of #01044C
Complementary color
Monochromatic Colors of #01044C
Black with #01044C
Text Example
Text Example
White with #01044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01044C; }
p { color: rgb(1,4,76); }
H1.HeaderClassName
{
color: #01044C;
}
.AnyTagClassName
{
color: #01044C;
}
</style>
background-color css
<style>
a { background-color: #01044C; }
a { background-color: rgb(1,4,76); }
div.DivClassName
{
background-color: #01044C;
}
.BgClassName
{
background-color: #01044C;
}
</style>
border-color css
<style>
span { border-color: #01044C; }
span { border-color: rgb(1,4,76); }
td.TdClassName
{
border-color: #01044C;
}
.TagClassName
{
border-color: #01044C;
}
</style>