Shades of New Midnight Blue #100BAA
Tints of New Midnight Blue #100BAA
RGB
CMYK
RGB Variations
Color information
#100BAA (or 0x100BAA) is known color: New Midnight Blue. HEX triplet: 10, 0B and AA. RGB value is (16,11,170). Sum of RGB (Red+Green+Blue) = 16+11+170=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 170 (66.80% from 255 or 86.29% from 197); Max value from RGB is 170 - color contains mainly: blue. Hex color #100BAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100BAA is #EFF455. Grayscale: #1D1D1D. Windows color (decimal): -15725654 or 11143952. OLE color: 11143952.
HSL color Cylindrical-coordinate representation of color #100BAA: hue angle of 241.89º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100BAA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 11 | 170 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.33 |
| HSL | 241.89º | 0.88% | 0.35% | - |
| HSV(B) | 241.89º | 0.94% | 0.67% | - |
| XYZ | 7.59 | 3.25 | 38.26 | - |
| YUV | 30.62 | 206.66 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 170 | 0.91 | 0.94 | 0 | 0.33 | 241.89 | 0.88 | 0.35 |
| Hex | 10 | B | AA | 5B | 5E | 0 | 21 | F2 | 58 | 23 |
| Octal | 20 | 13 | 252 | 133 | 136 | 0 | 41 | 362 | 130 | 43 |
| Binary | 10000 | 1011 | 10101010 | 1011011 | 1011110 | 0 | 100001 | 11110010 | 1011000 | 100011 |
Color Harmonies of #100BAA
Complementary color
Monochromatic Colors of #100BAA
Black with #100BAA
Text Example
Text Example
White with #100BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100BAA; }
p { color: rgb(16,11,170); }
H1.HeaderClassName
{
color: #100BAA;
}
.AnyTagClassName
{
color: #100BAA;
}
</style>
background-color css
<style>
a { background-color: #100BAA; }
a { background-color: rgb(16,11,170); }
div.DivClassName
{
background-color: #100BAA;
}
.BgClassName
{
background-color: #100BAA;
}
</style>
border-color css
<style>
span { border-color: #100BAA; }
span { border-color: rgb(16,11,170); }
td.TdClassName
{
border-color: #100BAA;
}
.TagClassName
{
border-color: #100BAA;
}
</style>