Shades of New Midnight Blue #0407AF
Tints of New Midnight Blue #0407AF
RGB
CMYK
RGB Variations
Color information
#0407AF (or 0x0407AF) is known color: New Midnight Blue. HEX triplet: 04, 07 and AF. RGB value is (4,7,175). Sum of RGB (Red+Green+Blue) = 4+7+175=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 175 (68.75% from 255 or 94.09% from 186); Max value from RGB is 175 - color contains mainly: blue. Hex color #0407AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0407AF is #FBF850. Grayscale: #181818. Windows color (decimal): -16513105 or 11470596. OLE color: 11470596.
HSL color Cylindrical-coordinate representation of color #0407AF: hue angle of 238.95º 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 #0407AF is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 7 | 175 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.31 |
| HSL | 238.95º | 0.96% | 0.35% | - |
| HSV(B) | 238.95º | 0.98% | 0.69% | - |
| XYZ | 7.86 | 3.27 | 40.77 | - |
| YUV | 25.26 | 212.51 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 175 | 0.98 | 0.96 | 0 | 0.31 | 238.95 | 0.96 | 0.35 |
| Hex | 4 | 7 | AF | 62 | 60 | 0 | 1F | EF | 60 | 23 |
| Octal | 4 | 7 | 257 | 142 | 140 | 0 | 37 | 357 | 140 | 43 |
| Binary | 100 | 111 | 10101111 | 1100010 | 1100000 | 0 | 11111 | 11101111 | 1100000 | 100011 |
Color Harmonies of #0407AF
Complementary color
Monochromatic Colors of #0407AF
Black with #0407AF
Text Example
Text Example
White with #0407AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0407AF; }
p { color: rgb(4,7,175); }
H1.HeaderClassName
{
color: #0407AF;
}
.AnyTagClassName
{
color: #0407AF;
}
</style>
background-color css
<style>
a { background-color: #0407AF; }
a { background-color: rgb(4,7,175); }
div.DivClassName
{
background-color: #0407AF;
}
.BgClassName
{
background-color: #0407AF;
}
</style>
border-color css
<style>
span { border-color: #0407AF; }
span { border-color: rgb(4,7,175); }
td.TdClassName
{
border-color: #0407AF;
}
.TagClassName
{
border-color: #0407AF;
}
</style>