Shades of Midnight Blue #01044B
Tints of Midnight Blue #01044B
RGB
CMYK
RGB Variations
Color information
#01044B (or 0x01044B) is known color: Midnight Blue. HEX triplet: 01, 04 and 4B. RGB value is (1,4,75). Sum of RGB (Red+Green+Blue) = 1+4+75=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 75 (29.69% from 255 or 93.75% from 80); Max value from RGB is 75 - color contains mainly: blue. Hex color #01044B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01044B is #FEFBB4. Grayscale: #0A0A0A. Windows color (decimal): -16710581 or 4916225. OLE color: 4916225.
HSL color Cylindrical-coordinate representation of color #01044B: hue angle of 237.57º 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 #01044B is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 4 | 75 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.71 |
| HSL | 237.57º | 0.97% | 0.15% | - |
| HSV(B) | 237.57º | 0.99% | 0.29% | - |
| XYZ | 1.33 | 0.6 | 6.7 | - |
| YUV | 11.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 75 | 0.99 | 0.95 | 0 | 0.71 | 237.57 | 0.97 | 0.15 |
| Hex | 1 | 4 | 4B | 63 | 5F | 0 | 47 | EE | 61 | F |
| Octal | 1 | 4 | 113 | 143 | 137 | 0 | 107 | 356 | 141 | 17 |
| Binary | 1 | 100 | 1001011 | 1100011 | 1011111 | 0 | 1000111 | 11101110 | 1100001 | 1111 |
Color Harmonies of #01044B
Complementary color
Monochromatic Colors of #01044B
Black with #01044B
Text Example
Text Example
White with #01044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01044B; }
p { color: rgb(1,4,75); }
H1.HeaderClassName
{
color: #01044B;
}
.AnyTagClassName
{
color: #01044B;
}
</style>
background-color css
<style>
a { background-color: #01044B; }
a { background-color: rgb(1,4,75); }
div.DivClassName
{
background-color: #01044B;
}
.BgClassName
{
background-color: #01044B;
}
</style>
border-color css
<style>
span { border-color: #01044B; }
span { border-color: rgb(1,4,75); }
td.TdClassName
{
border-color: #01044B;
}
.TagClassName
{
border-color: #01044B;
}
</style>