Shades of New Midnight Blue #0811AA
Tints of New Midnight Blue #0811AA
RGB
CMYK
RGB Variations
Color information
#0811AA (or 0x0811AA) is known color: New Midnight Blue. HEX triplet: 08, 11 and AA. RGB value is (8,17,170). Sum of RGB (Red+Green+Blue) = 8+17+170=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 170 (66.80% from 255 or 87.18% from 195); Max value from RGB is 170 - color contains mainly: blue. Hex color #0811AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0811AA is #F7EE55. Grayscale: #1F1F1F. Windows color (decimal): -16248406 or 11145480. OLE color: 11145480.
HSL color Cylindrical-coordinate representation of color #0811AA: hue angle of 236.67º 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 #0811AA is Cyan = 0.95, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 17 | 170 | - |
| CMYK | 0.95 | 0.9 | 0 | 0.33 |
| HSL | 236.67º | 0.91% | 0.35% | - |
| HSV(B) | 236.67º | 0.95% | 0.67% | - |
| XYZ | 7.56 | 3.35 | 38.28 | - |
| YUV | 31.75 | 206.02 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 170 | 0.95 | 0.9 | 0 | 0.33 | 236.67 | 0.91 | 0.35 |
| Hex | 8 | 11 | AA | 5F | 5A | 0 | 21 | ED | 5B | 23 |
| Octal | 10 | 21 | 252 | 137 | 132 | 0 | 41 | 355 | 133 | 43 |
| Binary | 1000 | 10001 | 10101010 | 1011111 | 1011010 | 0 | 100001 | 11101101 | 1011011 | 100011 |
Color Harmonies of #0811AA
Complementary color
Monochromatic Colors of #0811AA
Black with #0811AA
Text Example
Text Example
White with #0811AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0811AA; }
p { color: rgb(8,17,170); }
H1.HeaderClassName
{
color: #0811AA;
}
.AnyTagClassName
{
color: #0811AA;
}
</style>
background-color css
<style>
a { background-color: #0811AA; }
a { background-color: rgb(8,17,170); }
div.DivClassName
{
background-color: #0811AA;
}
.BgClassName
{
background-color: #0811AA;
}
</style>
border-color css
<style>
span { border-color: #0811AA; }
span { border-color: rgb(8,17,170); }
td.TdClassName
{
border-color: #0811AA;
}
.TagClassName
{
border-color: #0811AA;
}
</style>