Shades of New Midnight Blue #0408A2
Tints of New Midnight Blue #0408A2
RGB
CMYK
RGB Variations
Color information
#0408A2 (or 0x0408A2) is known color: New Midnight Blue. HEX triplet: 04, 08 and A2. RGB value is (4,8,162). Sum of RGB (Red+Green+Blue) = 4+8+162=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 162 (63.67% from 255 or 93.10% from 174); Max value from RGB is 162 - color contains mainly: blue. Hex color #0408A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0408A2 is #FBF75D. Grayscale: #171717. Windows color (decimal): -16512862 or 10618884. OLE color: 10618884.
HSL color Cylindrical-coordinate representation of color #0408A2: hue angle of 238.48º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0408A2 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 8 | 162 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.36 |
| HSL | 238.48º | 0.95% | 0.33% | - |
| HSV(B) | 238.48º | 0.98% | 0.64% | - |
| XYZ | 6.66 | 2.81 | 34.37 | - |
| YUV | 24.36 | 205.67 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 162 | 0.98 | 0.95 | 0 | 0.36 | 238.48 | 0.95 | 0.33 |
| Hex | 4 | 8 | A2 | 62 | 5F | 0 | 24 | EE | 5F | 21 |
| Octal | 4 | 10 | 242 | 142 | 137 | 0 | 44 | 356 | 137 | 41 |
| Binary | 100 | 1000 | 10100010 | 1100010 | 1011111 | 0 | 100100 | 11101110 | 1011111 | 100001 |
Color Harmonies of #0408A2
Complementary color
Monochromatic Colors of #0408A2
Black with #0408A2
Text Example
Text Example
White with #0408A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0408A2; }
p { color: rgb(4,8,162); }
H1.HeaderClassName
{
color: #0408A2;
}
.AnyTagClassName
{
color: #0408A2;
}
</style>
background-color css
<style>
a { background-color: #0408A2; }
a { background-color: rgb(4,8,162); }
div.DivClassName
{
background-color: #0408A2;
}
.BgClassName
{
background-color: #0408A2;
}
</style>
border-color css
<style>
span { border-color: #0408A2; }
span { border-color: rgb(4,8,162); }
td.TdClassName
{
border-color: #0408A2;
}
.TagClassName
{
border-color: #0408A2;
}
</style>