Shades of New Midnight Blue #040195
Tints of New Midnight Blue #040195
RGB
CMYK
RGB Variations
Color information
#040195 (or 0x040195) is known color: New Midnight Blue. HEX triplet: 04, 01 and 95. RGB value is (4,1,149). Sum of RGB (Red+Green+Blue) = 4+1+149=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 149 (58.59% from 255 or 96.75% from 154); Max value from RGB is 149 - color contains mainly: blue. Hex color #040195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040195 is #FBFE6A. Grayscale: #121212. Windows color (decimal): -16514667 or 9765124. OLE color: 9765124.
HSL color Cylindrical-coordinate representation of color #040195: hue angle of 241.22º degrees, saturation: 0.99, 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 #040195 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 1 | 149 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.42 |
| HSL | 241.22º | 0.99% | 0.29% | - |
| HSV(B) | 241.22º | 0.99% | 0.58% | - |
| XYZ | 5.49 | 2.22 | 28.57 | - |
| YUV | 18.77 | 201.49 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 149 | 0.97 | 0.99 | 0 | 0.42 | 241.22 | 0.99 | 0.29 |
| Hex | 4 | 1 | 95 | 61 | 63 | 0 | 2A | F1 | 63 | 1D |
| Octal | 4 | 1 | 225 | 141 | 143 | 0 | 52 | 361 | 143 | 35 |
| Binary | 100 | 1 | 10010101 | 1100001 | 1100011 | 0 | 101010 | 11110001 | 1100011 | 11101 |
Color Harmonies of #040195
Complementary color
Monochromatic Colors of #040195
Black with #040195
Text Example
Text Example
White with #040195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040195; }
p { color: rgb(4,1,149); }
H1.HeaderClassName
{
color: #040195;
}
.AnyTagClassName
{
color: #040195;
}
</style>
background-color css
<style>
a { background-color: #040195; }
a { background-color: rgb(4,1,149); }
div.DivClassName
{
background-color: #040195;
}
.BgClassName
{
background-color: #040195;
}
</style>
border-color css
<style>
span { border-color: #040195; }
span { border-color: rgb(4,1,149); }
td.TdClassName
{
border-color: #040195;
}
.TagClassName
{
border-color: #040195;
}
</style>