Shades of New Midnight Blue #100CAA
Tints of New Midnight Blue #100CAA
RGB
CMYK
RGB Variations
Color information
#100CAA (or 0x100CAA) is known color: New Midnight Blue. HEX triplet: 10, 0C and AA. RGB value is (16,12,170). Sum of RGB (Red+Green+Blue) = 16+12+170=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 170 (66.80% from 255 or 85.86% from 198); Max value from RGB is 170 - color contains mainly: blue. Hex color #100CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100CAA is #EFF355. Grayscale: #1E1E1E. Windows color (decimal): -15725398 or 11144208. OLE color: 11144208.
HSL color Cylindrical-coordinate representation of color #100CAA: hue angle of 241.52º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100CAA is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 12 | 170 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.33 |
| HSL | 241.52º | 0.87% | 0.36% | - |
| HSV(B) | 241.52º | 0.93% | 0.67% | - |
| XYZ | 7.6 | 3.28 | 38.26 | - |
| YUV | 31.21 | 206.33 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 170 | 0.91 | 0.93 | 0 | 0.33 | 241.52 | 0.87 | 0.36 |
| Hex | 10 | C | AA | 5B | 5D | 0 | 21 | F2 | 57 | 24 |
| Octal | 20 | 14 | 252 | 133 | 135 | 0 | 41 | 362 | 127 | 44 |
| Binary | 10000 | 1100 | 10101010 | 1011011 | 1011101 | 0 | 100001 | 11110010 | 1010111 | 100100 |
Color Harmonies of #100CAA
Complementary color
Monochromatic Colors of #100CAA
Black with #100CAA
Text Example
Text Example
White with #100CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CAA; }
p { color: rgb(16,12,170); }
H1.HeaderClassName
{
color: #100CAA;
}
.AnyTagClassName
{
color: #100CAA;
}
</style>
background-color css
<style>
a { background-color: #100CAA; }
a { background-color: rgb(16,12,170); }
div.DivClassName
{
background-color: #100CAA;
}
.BgClassName
{
background-color: #100CAA;
}
</style>
border-color css
<style>
span { border-color: #100CAA; }
span { border-color: rgb(16,12,170); }
td.TdClassName
{
border-color: #100CAA;
}
.TagClassName
{
border-color: #100CAA;
}
</style>