Shades of New Midnight Blue #100FAA
Tints of New Midnight Blue #100FAA
RGB
CMYK
RGB Variations
Color information
#100FAA (or 0x100FAA) is known color: New Midnight Blue. HEX triplet: 10, 0F and AA. RGB value is (16,15,170). Sum of RGB (Red+Green+Blue) = 16+15+170=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #100FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100FAA is #EFF055. Grayscale: #202020. Windows color (decimal): -15724630 or 11144976. OLE color: 11144976.
HSL color Cylindrical-coordinate representation of color #100FAA: hue angle of 240.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100FAA is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 15 | 170 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.33 |
| HSL | 240.39º | 0.84% | 0.36% | - |
| HSV(B) | 240.39º | 0.91% | 0.67% | - |
| XYZ | 7.64 | 3.35 | 38.27 | - |
| YUV | 32.97 | 205.33 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 170 | 0.91 | 0.91 | 0 | 0.33 | 240.39 | 0.84 | 0.36 |
| Hex | 10 | F | AA | 5B | 5B | 0 | 21 | F0 | 54 | 24 |
| Octal | 20 | 17 | 252 | 133 | 133 | 0 | 41 | 360 | 124 | 44 |
| Binary | 10000 | 1111 | 10101010 | 1011011 | 1011011 | 0 | 100001 | 11110000 | 1010100 | 100100 |
Color Harmonies of #100FAA
Complementary color
Monochromatic Colors of #100FAA
Black with #100FAA
Text Example
Text Example
White with #100FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FAA; }
p { color: rgb(16,15,170); }
H1.HeaderClassName
{
color: #100FAA;
}
.AnyTagClassName
{
color: #100FAA;
}
</style>
background-color css
<style>
a { background-color: #100FAA; }
a { background-color: rgb(16,15,170); }
div.DivClassName
{
background-color: #100FAA;
}
.BgClassName
{
background-color: #100FAA;
}
</style>
border-color css
<style>
span { border-color: #100FAA; }
span { border-color: rgb(16,15,170); }
td.TdClassName
{
border-color: #100FAA;
}
.TagClassName
{
border-color: #100FAA;
}
</style>