Shades of New Midnight Blue #0B0AAC
Tints of New Midnight Blue #0B0AAC
RGB
CMYK
RGB Variations
Color information
#0B0AAC (or 0x0B0AAC) is known color: New Midnight Blue. HEX triplet: 0B, 0A and AC. RGB value is (11,10,172). Sum of RGB (Red+Green+Blue) = 11+10+172=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 172 (67.58% from 255 or 89.12% from 193); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B0AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0AAC is #F4F553. Grayscale: #1C1C1C. Windows color (decimal): -16053588 or 11274763. OLE color: 11274763.
HSL color Cylindrical-coordinate representation of color #0B0AAC: hue angle of 240.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0AAC is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 10 | 172 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.33 |
| HSL | 240.37º | 0.89% | 0.36% | - |
| HSV(B) | 240.37º | 0.94% | 0.67% | - |
| XYZ | 7.69 | 3.27 | 39.25 | - |
| YUV | 28.77 | 208.83 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 172 | 0.94 | 0.94 | 0 | 0.33 | 240.37 | 0.89 | 0.36 |
| Hex | B | A | AC | 5E | 5E | 0 | 21 | F0 | 59 | 24 |
| Octal | 13 | 12 | 254 | 136 | 136 | 0 | 41 | 360 | 131 | 44 |
| Binary | 1011 | 1010 | 10101100 | 1011110 | 1011110 | 0 | 100001 | 11110000 | 1011001 | 100100 |
Color Harmonies of #0B0AAC
Complementary color
Monochromatic Colors of #0B0AAC
Black with #0B0AAC
Text Example
Text Example
White with #0B0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0AAC; }
p { color: rgb(11,10,172); }
H1.HeaderClassName
{
color: #0B0AAC;
}
.AnyTagClassName
{
color: #0B0AAC;
}
</style>
background-color css
<style>
a { background-color: #0B0AAC; }
a { background-color: rgb(11,10,172); }
div.DivClassName
{
background-color: #0B0AAC;
}
.BgClassName
{
background-color: #0B0AAC;
}
</style>
border-color css
<style>
span { border-color: #0B0AAC; }
span { border-color: rgb(11,10,172); }
td.TdClassName
{
border-color: #0B0AAC;
}
.TagClassName
{
border-color: #0B0AAC;
}
</style>