Shades of New Midnight Blue #040296
Tints of New Midnight Blue #040296
RGB
CMYK
RGB Variations
Color information
#040296 (or 0x040296) is known color: New Midnight Blue. HEX triplet: 04, 02 and 96. RGB value is (4,2,150). Sum of RGB (Red+Green+Blue) = 4+2+150=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 150 (58.98% from 255 or 96.15% from 156); Max value from RGB is 150 - color contains mainly: blue. Hex color #040296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040296 is #FBFD69. Grayscale: #121212. Windows color (decimal): -16514410 or 9830916. OLE color: 9830916.
HSL color Cylindrical-coordinate representation of color #040296: hue angle of 240.81º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #040296 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 2 | 150 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.41 |
| HSL | 240.81º | 0.97% | 0.3% | - |
| HSV(B) | 240.81º | 0.99% | 0.59% | - |
| XYZ | 5.58 | 2.27 | 29 | - |
| YUV | 19.47 | 201.66 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 150 | 0.97 | 0.99 | 0 | 0.41 | 240.81 | 0.97 | 0.3 |
| Hex | 4 | 2 | 96 | 61 | 63 | 0 | 29 | F1 | 61 | 1E |
| Octal | 4 | 2 | 226 | 141 | 143 | 0 | 51 | 361 | 141 | 36 |
| Binary | 100 | 10 | 10010110 | 1100001 | 1100011 | 0 | 101001 | 11110001 | 1100001 | 11110 |
Color Harmonies of #040296
Complementary color
Monochromatic Colors of #040296
Black with #040296
Text Example
Text Example
White with #040296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040296; }
p { color: rgb(4,2,150); }
H1.HeaderClassName
{
color: #040296;
}
.AnyTagClassName
{
color: #040296;
}
</style>
background-color css
<style>
a { background-color: #040296; }
a { background-color: rgb(4,2,150); }
div.DivClassName
{
background-color: #040296;
}
.BgClassName
{
background-color: #040296;
}
</style>
border-color css
<style>
span { border-color: #040296; }
span { border-color: rgb(4,2,150); }
td.TdClassName
{
border-color: #040296;
}
.TagClassName
{
border-color: #040296;
}
</style>