Shades of Midnight Blue #100350
Tints of Midnight Blue #100350
RGB
CMYK
RGB Variations
Color information
#100350 (or 0x100350) is known color: Midnight Blue. HEX triplet: 10, 03 and 50. RGB value is (16,3,80). Sum of RGB (Red+Green+Blue) = 16+3+80=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 80 (31.64% from 255 or 80.81% from 99); Max value from RGB is 80 - color contains mainly: blue. Hex color #100350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100350 is #EFFCAF. Grayscale: #0F0F0F. Windows color (decimal): -15727792 or 5243664. OLE color: 5243664.
HSL color Cylindrical-coordinate representation of color #100350: hue angle of 250.13º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100350 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 3 | 80 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.69 |
| HSL | 250.13º | 0.93% | 0.16% | - |
| HSV(B) | 250.13º | 0.96% | 0.31% | - |
| XYZ | 1.69 | 0.75 | 7.65 | - |
| YUV | 15.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 80 | 0.80 | 0.96 | 0 | 0.69 | 250.13 | 0.93 | 0.16 |
| Hex | 10 | 3 | 50 | 50 | 60 | 0 | 45 | FA | 5D | 10 |
| Octal | 20 | 3 | 120 | 120 | 140 | 0 | 105 | 372 | 135 | 20 |
| Binary | 10000 | 11 | 1010000 | 1010000 | 1100000 | 0 | 1000101 | 11111010 | 1011101 | 10000 |
Color Harmonies of #100350
Complementary color
Monochromatic Colors of #100350
Black with #100350
Text Example
Text Example
White with #100350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100350; }
p { color: rgb(16,3,80); }
H1.HeaderClassName
{
color: #100350;
}
.AnyTagClassName
{
color: #100350;
}
</style>
background-color css
<style>
a { background-color: #100350; }
a { background-color: rgb(16,3,80); }
div.DivClassName
{
background-color: #100350;
}
.BgClassName
{
background-color: #100350;
}
</style>
border-color css
<style>
span { border-color: #100350; }
span { border-color: rgb(16,3,80); }
td.TdClassName
{
border-color: #100350;
}
.TagClassName
{
border-color: #100350;
}
</style>