Shades of New Midnight Blue #0401AB
Tints of New Midnight Blue #0401AB
RGB
CMYK
RGB Variations
Color information
#0401AB (or 0x0401AB) is known color: New Midnight Blue. HEX triplet: 04, 01 and AB. RGB value is (4,1,171). Sum of RGB (Red+Green+Blue) = 4+1+171=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 171 (67.19% from 255 or 97.16% from 176); Max value from RGB is 171 - color contains mainly: blue. Hex color #0401AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0401AB is #FBFE54. Grayscale: #141414. Windows color (decimal): -16514645 or 11206916. OLE color: 11206916.
HSL color Cylindrical-coordinate representation of color #0401AB: hue angle of 241.06º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0401AB is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 1 | 171 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.33 |
| HSL | 241.06º | 0.99% | 0.34% | - |
| HSV(B) | 241.06º | 0.99% | 0.67% | - |
| XYZ | 7.41 | 2.99 | 38.71 | - |
| YUV | 21.28 | 212.49 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 171 | 0.98 | 0.99 | 0 | 0.33 | 241.06 | 0.99 | 0.34 |
| Hex | 4 | 1 | AB | 62 | 63 | 0 | 21 | F1 | 63 | 22 |
| Octal | 4 | 1 | 253 | 142 | 143 | 0 | 41 | 361 | 143 | 42 |
| Binary | 100 | 1 | 10101011 | 1100010 | 1100011 | 0 | 100001 | 11110001 | 1100011 | 100010 |
Color Harmonies of #0401AB
Complementary color
Monochromatic Colors of #0401AB
Black with #0401AB
Text Example
Text Example
White with #0401AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0401AB; }
p { color: rgb(4,1,171); }
H1.HeaderClassName
{
color: #0401AB;
}
.AnyTagClassName
{
color: #0401AB;
}
</style>
background-color css
<style>
a { background-color: #0401AB; }
a { background-color: rgb(4,1,171); }
div.DivClassName
{
background-color: #0401AB;
}
.BgClassName
{
background-color: #0401AB;
}
</style>
border-color css
<style>
span { border-color: #0401AB; }
span { border-color: rgb(4,1,171); }
td.TdClassName
{
border-color: #0401AB;
}
.TagClassName
{
border-color: #0401AB;
}
</style>