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