Shades of New Midnight Blue #0811AC
Tints of New Midnight Blue #0811AC
RGB
CMYK
RGB Variations
Color information
#0811AC (or 0x0811AC) is known color: New Midnight Blue. HEX triplet: 08, 11 and AC. RGB value is (8,17,172). Sum of RGB (Red+Green+Blue) = 8+17+172=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 172 (67.58% from 255 or 87.31% from 197); Max value from RGB is 172 - color contains mainly: blue. Hex color #0811AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0811AC is #F7EE53. Grayscale: #1F1F1F. Windows color (decimal): -16248404 or 11276552. OLE color: 11276552.
HSL color Cylindrical-coordinate representation of color #0811AC: hue angle of 236.71º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0811AC is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 17 | 172 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.33 |
| HSL | 236.71º | 0.91% | 0.35% | - |
| HSV(B) | 236.71º | 0.95% | 0.67% | - |
| XYZ | 7.75 | 3.43 | 39.28 | - |
| YUV | 31.98 | 207.02 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 172 | 0.95 | 0.90 | 0 | 0.33 | 236.71 | 0.91 | 0.35 |
| Hex | 8 | 11 | AC | 5F | 5A | 0 | 21 | ED | 5B | 23 |
| Octal | 10 | 21 | 254 | 137 | 132 | 0 | 41 | 355 | 133 | 43 |
| Binary | 1000 | 10001 | 10101100 | 1011111 | 1011010 | 0 | 100001 | 11101101 | 1011011 | 100011 |
Color Harmonies of #0811AC
Complementary color
Monochromatic Colors of #0811AC
Black with #0811AC
Text Example
Text Example
White with #0811AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0811AC; }
p { color: rgb(8,17,172); }
H1.HeaderClassName
{
color: #0811AC;
}
.AnyTagClassName
{
color: #0811AC;
}
</style>
background-color css
<style>
a { background-color: #0811AC; }
a { background-color: rgb(8,17,172); }
div.DivClassName
{
background-color: #0811AC;
}
.BgClassName
{
background-color: #0811AC;
}
</style>
border-color css
<style>
span { border-color: #0811AC; }
span { border-color: rgb(8,17,172); }
td.TdClassName
{
border-color: #0811AC;
}
.TagClassName
{
border-color: #0811AC;
}
</style>