Shades of New Midnight Blue #0806AD
Tints of New Midnight Blue #0806AD
RGB
CMYK
RGB Variations
Color information
#0806AD (or 0x0806AD) is known color: New Midnight Blue. HEX triplet: 08, 06 and AD. RGB value is (8,6,173). Sum of RGB (Red+Green+Blue) = 8+6+173=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 173 (67.97% from 255 or 92.51% from 187); Max value from RGB is 173 - color contains mainly: blue. Hex color #0806AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0806AD is #F7F952. Grayscale: #181818. Windows color (decimal): -16251219 or 11339272. OLE color: 11339272.
HSL color Cylindrical-coordinate representation of color #0806AD: hue angle of 240.72º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0806AD is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 6 | 173 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.32 |
| HSL | 240.72º | 0.93% | 0.35% | - |
| HSV(B) | 240.72º | 0.97% | 0.68% | - |
| XYZ | 7.71 | 3.2 | 39.75 | - |
| YUV | 25.64 | 211.16 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 173 | 0.95 | 0.97 | 0 | 0.32 | 240.72 | 0.93 | 0.35 |
| Hex | 8 | 6 | AD | 5F | 61 | 0 | 20 | F1 | 5D | 23 |
| Octal | 10 | 6 | 255 | 137 | 141 | 0 | 40 | 361 | 135 | 43 |
| Binary | 1000 | 110 | 10101101 | 1011111 | 1100001 | 0 | 100000 | 11110001 | 1011101 | 100011 |
Color Harmonies of #0806AD
Complementary color
Monochromatic Colors of #0806AD
Black with #0806AD
Text Example
Text Example
White with #0806AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0806AD; }
p { color: rgb(8,6,173); }
H1.HeaderClassName
{
color: #0806AD;
}
.AnyTagClassName
{
color: #0806AD;
}
</style>
background-color css
<style>
a { background-color: #0806AD; }
a { background-color: rgb(8,6,173); }
div.DivClassName
{
background-color: #0806AD;
}
.BgClassName
{
background-color: #0806AD;
}
</style>
border-color css
<style>
span { border-color: #0806AD; }
span { border-color: rgb(8,6,173); }
td.TdClassName
{
border-color: #0806AD;
}
.TagClassName
{
border-color: #0806AD;
}
</style>