Shades of New Midnight Blue #0408AF
Tints of New Midnight Blue #0408AF
RGB
CMYK
RGB Variations
Color information
#0408AF (or 0x0408AF) is known color: New Midnight Blue. HEX triplet: 04, 08 and AF. RGB value is (4,8,175). Sum of RGB (Red+Green+Blue) = 4+8+175=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 175 (68.75% from 255 or 93.58% from 187); Max value from RGB is 175 - color contains mainly: blue. Hex color #0408AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0408AF is #FBF750. Grayscale: #191919. Windows color (decimal): -16512849 or 11470852. OLE color: 11470852.
HSL color Cylindrical-coordinate representation of color #0408AF: hue angle of 238.6º 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 #0408AF is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 8 | 175 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.31 |
| HSL | 238.6º | 0.96% | 0.35% | - |
| HSV(B) | 238.6º | 0.98% | 0.69% | - |
| XYZ | 7.87 | 3.29 | 40.78 | - |
| YUV | 25.84 | 212.17 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 175 | 0.98 | 0.95 | 0 | 0.31 | 238.6 | 0.96 | 0.35 |
| Hex | 4 | 8 | AF | 62 | 5F | 0 | 1F | EF | 60 | 23 |
| Octal | 4 | 10 | 257 | 142 | 137 | 0 | 37 | 357 | 140 | 43 |
| Binary | 100 | 1000 | 10101111 | 1100010 | 1011111 | 0 | 11111 | 11101111 | 1100000 | 100011 |
Color Harmonies of #0408AF
Complementary color
Monochromatic Colors of #0408AF
Black with #0408AF
Text Example
Text Example
White with #0408AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0408AF; }
p { color: rgb(4,8,175); }
H1.HeaderClassName
{
color: #0408AF;
}
.AnyTagClassName
{
color: #0408AF;
}
</style>
background-color css
<style>
a { background-color: #0408AF; }
a { background-color: rgb(4,8,175); }
div.DivClassName
{
background-color: #0408AF;
}
.BgClassName
{
background-color: #0408AF;
}
</style>
border-color css
<style>
span { border-color: #0408AF; }
span { border-color: rgb(4,8,175); }
td.TdClassName
{
border-color: #0408AF;
}
.TagClassName
{
border-color: #0408AF;
}
</style>