Shades of Midnight Blue #100351
Tints of Midnight Blue #100351
RGB
CMYK
RGB Variations
Color information
#100351 (or 0x100351) is known color: Midnight Blue. HEX triplet: 10, 03 and 51. RGB value is (16,3,81). Sum of RGB (Red+Green+Blue) = 16+3+81=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #100351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100351 is #EFFCAE. Grayscale: #0F0F0F. Windows color (decimal): -15727791 or 5309200. OLE color: 5309200.
HSL color Cylindrical-coordinate representation of color #100351: hue angle of 250º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100351 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 3 | 81 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.68 |
| HSL | 250º | 0.93% | 0.16% | - |
| HSV(B) | 250º | 0.96% | 0.32% | - |
| XYZ | 1.73 | 0.77 | 7.84 | - |
| YUV | 15.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 81 | 0.80 | 0.96 | 0 | 0.68 | 250 | 0.93 | 0.16 |
| Hex | 10 | 3 | 51 | 50 | 60 | 0 | 44 | FA | 5D | 10 |
| Octal | 20 | 3 | 121 | 120 | 140 | 0 | 104 | 372 | 135 | 20 |
| Binary | 10000 | 11 | 1010001 | 1010000 | 1100000 | 0 | 1000100 | 11111010 | 1011101 | 10000 |
Color Harmonies of #100351
Complementary color
Monochromatic Colors of #100351
Black with #100351
Text Example
Text Example
White with #100351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100351; }
p { color: rgb(16,3,81); }
H1.HeaderClassName
{
color: #100351;
}
.AnyTagClassName
{
color: #100351;
}
</style>
background-color css
<style>
a { background-color: #100351; }
a { background-color: rgb(16,3,81); }
div.DivClassName
{
background-color: #100351;
}
.BgClassName
{
background-color: #100351;
}
</style>
border-color css
<style>
span { border-color: #100351; }
span { border-color: rgb(16,3,81); }
td.TdClassName
{
border-color: #100351;
}
.TagClassName
{
border-color: #100351;
}
</style>