Shades of New Midnight Blue #04099D
Tints of New Midnight Blue #04099D
RGB
CMYK
RGB Variations
Color information
#04099D (or 0x04099D) is known color: New Midnight Blue. HEX triplet: 04, 09 and 9D. RGB value is (4,9,157). Sum of RGB (Red+Green+Blue) = 4+9+157=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 157 (61.72% from 255 or 92.35% from 170); Max value from RGB is 157 - color contains mainly: blue. Hex color #04099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04099D is #FBF662. Grayscale: #171717. Windows color (decimal): -16512611 or 10291460. OLE color: 10291460.
HSL color Cylindrical-coordinate representation of color #04099D: hue angle of 238.04º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04099D is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 9 | 157 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.38 |
| HSL | 238.04º | 0.95% | 0.32% | - |
| HSV(B) | 238.04º | 0.97% | 0.62% | - |
| XYZ | 6.23 | 2.66 | 32.08 | - |
| YUV | 24.38 | 202.84 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 157 | 0.97 | 0.94 | 0 | 0.38 | 238.04 | 0.95 | 0.32 |
| Hex | 4 | 9 | 9D | 61 | 5E | 0 | 26 | EE | 5F | 20 |
| Octal | 4 | 11 | 235 | 141 | 136 | 0 | 46 | 356 | 137 | 40 |
| Binary | 100 | 1001 | 10011101 | 1100001 | 1011110 | 0 | 100110 | 11101110 | 1011111 | 100000 |
Color Harmonies of #04099D
Complementary color
Monochromatic Colors of #04099D
Black with #04099D
Text Example
Text Example
White with #04099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04099D; }
p { color: rgb(4,9,157); }
H1.HeaderClassName
{
color: #04099D;
}
.AnyTagClassName
{
color: #04099D;
}
</style>
background-color css
<style>
a { background-color: #04099D; }
a { background-color: rgb(4,9,157); }
div.DivClassName
{
background-color: #04099D;
}
.BgClassName
{
background-color: #04099D;
}
</style>
border-color css
<style>
span { border-color: #04099D; }
span { border-color: rgb(4,9,157); }
td.TdClassName
{
border-color: #04099D;
}
.TagClassName
{
border-color: #04099D;
}
</style>