Shades of New Midnight Blue #04019A
Tints of New Midnight Blue #04019A
RGB
CMYK
RGB Variations
Color information
#04019A (or 0x04019A) is known color: New Midnight Blue. HEX triplet: 04, 01 and 9A. RGB value is (4,1,154). Sum of RGB (Red+Green+Blue) = 4+1+154=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 154 (60.55% from 255 or 96.86% from 159); Max value from RGB is 154 - color contains mainly: blue. Hex color #04019A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04019A is #FBFE65. Grayscale: #121212. Windows color (decimal): -16514662 or 10092804. OLE color: 10092804.
HSL color Cylindrical-coordinate representation of color #04019A: hue angle of 241.18º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04019A is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 1 | 154 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.40 |
| HSL | 241.18º | 0.99% | 0.3% | - |
| HSV(B) | 241.18º | 0.99% | 0.6% | - |
| XYZ | 5.89 | 2.38 | 30.72 | - |
| YUV | 19.34 | 203.99 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 154 | 0.97 | 0.99 | 0 | 0.40 | 241.18 | 0.99 | 0.3 |
| Hex | 4 | 1 | 9A | 61 | 63 | 0 | 28 | F1 | 63 | 1E |
| Octal | 4 | 1 | 232 | 141 | 143 | 0 | 50 | 361 | 143 | 36 |
| Binary | 100 | 1 | 10011010 | 1100001 | 1100011 | 0 | 101000 | 11110001 | 1100011 | 11110 |
Color Harmonies of #04019A
Complementary color
Monochromatic Colors of #04019A
Black with #04019A
Text Example
Text Example
White with #04019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04019A; }
p { color: rgb(4,1,154); }
H1.HeaderClassName
{
color: #04019A;
}
.AnyTagClassName
{
color: #04019A;
}
</style>
background-color css
<style>
a { background-color: #04019A; }
a { background-color: rgb(4,1,154); }
div.DivClassName
{
background-color: #04019A;
}
.BgClassName
{
background-color: #04019A;
}
</style>
border-color css
<style>
span { border-color: #04019A; }
span { border-color: rgb(4,1,154); }
td.TdClassName
{
border-color: #04019A;
}
.TagClassName
{
border-color: #04019A;
}
</style>