Shades of New Midnight Blue #04189A
Tints of New Midnight Blue #04189A
RGB
CMYK
RGB Variations
Color information
#04189A (or 0x04189A) is known color: New Midnight Blue. HEX triplet: 04, 18 and 9A. RGB value is (4,24,154). Sum of RGB (Red+Green+Blue) = 4+24+154=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 154 (60.55% from 255 or 84.62% from 182); Max value from RGB is 154 - color contains mainly: blue. Hex color #04189A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04189A is #FBE765. Grayscale: #202020. Windows color (decimal): -16508774 or 10098692. OLE color: 10098692.
HSL color Cylindrical-coordinate representation of color #04189A: hue angle of 232º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04189A is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 24 | 154 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.40 |
| HSL | 232º | 0.95% | 0.31% | - |
| HSV(B) | 232º | 0.97% | 0.6% | - |
| XYZ | 6.21 | 3.01 | 30.83 | - |
| YUV | 32.84 | 196.37 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 154 | 0.97 | 0.84 | 0 | 0.40 | 232 | 0.95 | 0.31 |
| Hex | 4 | 18 | 9A | 61 | 54 | 0 | 28 | E8 | 5F | 1F |
| Octal | 4 | 30 | 232 | 141 | 124 | 0 | 50 | 350 | 137 | 37 |
| Binary | 100 | 11000 | 10011010 | 1100001 | 1010100 | 0 | 101000 | 11101000 | 1011111 | 11111 |
Color Harmonies of #04189A
Complementary color
Monochromatic Colors of #04189A
Black with #04189A
Text Example
Text Example
White with #04189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04189A; }
p { color: rgb(4,24,154); }
H1.HeaderClassName
{
color: #04189A;
}
.AnyTagClassName
{
color: #04189A;
}
</style>
background-color css
<style>
a { background-color: #04189A; }
a { background-color: rgb(4,24,154); }
div.DivClassName
{
background-color: #04189A;
}
.BgClassName
{
background-color: #04189A;
}
</style>
border-color css
<style>
span { border-color: #04189A; }
span { border-color: rgb(4,24,154); }
td.TdClassName
{
border-color: #04189A;
}
.TagClassName
{
border-color: #04189A;
}
</style>