Shades of New Midnight Blue #0407B1
Tints of New Midnight Blue #0407B1
RGB
CMYK
RGB Variations
Color information
#0407B1 (or 0x0407B1) is known color: New Midnight Blue. HEX triplet: 04, 07 and B1. RGB value is (4,7,177). Sum of RGB (Red+Green+Blue) = 4+7+177=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 177 (69.53% from 255 or 94.15% from 188); Max value from RGB is 177 - color contains mainly: blue. Hex color #0407B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0407B1 is #FBF84E. Grayscale: #181818. Windows color (decimal): -16513103 or 11601668. OLE color: 11601668.
HSL color Cylindrical-coordinate representation of color #0407B1: hue angle of 238.96º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0407B1 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 7 | 177 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.31 |
| HSL | 238.96º | 0.96% | 0.35% | - |
| HSV(B) | 238.96º | 0.98% | 0.69% | - |
| XYZ | 8.06 | 3.35 | 41.82 | - |
| YUV | 25.48 | 213.51 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 177 | 0.98 | 0.96 | 0 | 0.31 | 238.96 | 0.96 | 0.35 |
| Hex | 4 | 7 | B1 | 62 | 60 | 0 | 1F | EF | 60 | 23 |
| Octal | 4 | 7 | 261 | 142 | 140 | 0 | 37 | 357 | 140 | 43 |
| Binary | 100 | 111 | 10110001 | 1100010 | 1100000 | 0 | 11111 | 11101111 | 1100000 | 100011 |
Color Harmonies of #0407B1
Complementary color
Monochromatic Colors of #0407B1
Black with #0407B1
Text Example
Text Example
White with #0407B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0407B1; }
p { color: rgb(4,7,177); }
H1.HeaderClassName
{
color: #0407B1;
}
.AnyTagClassName
{
color: #0407B1;
}
</style>
background-color css
<style>
a { background-color: #0407B1; }
a { background-color: rgb(4,7,177); }
div.DivClassName
{
background-color: #0407B1;
}
.BgClassName
{
background-color: #0407B1;
}
</style>
border-color css
<style>
span { border-color: #0407B1; }
span { border-color: rgb(4,7,177); }
td.TdClassName
{
border-color: #0407B1;
}
.TagClassName
{
border-color: #0407B1;
}
</style>