Shades of New Midnight Blue #040294
Tints of New Midnight Blue #040294
RGB
CMYK
RGB Variations
Color information
#040294 (or 0x040294) is known color: New Midnight Blue. HEX triplet: 04, 02 and 94. RGB value is (4,2,148). Sum of RGB (Red+Green+Blue) = 4+2+148=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 148 (58.20% from 255 or 96.10% from 154); Max value from RGB is 148 - color contains mainly: blue. Hex color #040294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040294 is #FBFD6B. Grayscale: #121212. Windows color (decimal): -16514412 or 9699844. OLE color: 9699844.
HSL color Cylindrical-coordinate representation of color #040294: hue angle of 240.82º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #040294 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 2 | 148 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.42 |
| HSL | 240.82º | 0.97% | 0.29% | - |
| HSV(B) | 240.82º | 0.99% | 0.58% | - |
| XYZ | 5.42 | 2.21 | 28.16 | - |
| YUV | 19.24 | 200.66 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 148 | 0.97 | 0.99 | 0 | 0.42 | 240.82 | 0.97 | 0.29 |
| Hex | 4 | 2 | 94 | 61 | 63 | 0 | 2A | F1 | 61 | 1D |
| Octal | 4 | 2 | 224 | 141 | 143 | 0 | 52 | 361 | 141 | 35 |
| Binary | 100 | 10 | 10010100 | 1100001 | 1100011 | 0 | 101010 | 11110001 | 1100001 | 11101 |
Color Harmonies of #040294
Complementary color
Monochromatic Colors of #040294
Black with #040294
Text Example
Text Example
White with #040294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040294; }
p { color: rgb(4,2,148); }
H1.HeaderClassName
{
color: #040294;
}
.AnyTagClassName
{
color: #040294;
}
</style>
background-color css
<style>
a { background-color: #040294; }
a { background-color: rgb(4,2,148); }
div.DivClassName
{
background-color: #040294;
}
.BgClassName
{
background-color: #040294;
}
</style>
border-color css
<style>
span { border-color: #040294; }
span { border-color: rgb(4,2,148); }
td.TdClassName
{
border-color: #040294;
}
.TagClassName
{
border-color: #040294;
}
</style>