Shades of Midnight Blue #100F6D
Tints of Midnight Blue #100F6D
RGB
CMYK
RGB Variations
Color information
#100F6D (or 0x100F6D) is known color: Midnight Blue. HEX triplet: 10, 0F and 6D. RGB value is (16,15,109). Sum of RGB (Red+Green+Blue) = 16+15+109=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #100F6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F6D is #EFF092. Grayscale: #191919. Windows color (decimal): -15724691 or 7147280. OLE color: 7147280.
HSL color Cylindrical-coordinate representation of color #100F6D: hue angle of 240.64º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100F6D is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 15 | 109 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.57 |
| HSL | 240.64º | 0.76% | 0.24% | - |
| HSV(B) | 240.64º | 0.86% | 0.43% | - |
| XYZ | 3.14 | 1.56 | 14.6 | - |
| YUV | 26.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 109 | 0.85 | 0.86 | 0 | 0.57 | 240.64 | 0.76 | 0.24 |
| Hex | 10 | F | 6D | 55 | 56 | 0 | 39 | F1 | 4C | 18 |
| Octal | 20 | 17 | 155 | 125 | 126 | 0 | 71 | 361 | 114 | 30 |
| Binary | 10000 | 1111 | 1101101 | 1010101 | 1010110 | 0 | 111001 | 11110001 | 1001100 | 11000 |
Color Harmonies of #100F6D
Complementary color
Monochromatic Colors of #100F6D
Black with #100F6D
Text Example
Text Example
White with #100F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F6D; }
p { color: rgb(16,15,109); }
H1.HeaderClassName
{
color: #100F6D;
}
.AnyTagClassName
{
color: #100F6D;
}
</style>
background-color css
<style>
a { background-color: #100F6D; }
a { background-color: rgb(16,15,109); }
div.DivClassName
{
background-color: #100F6D;
}
.BgClassName
{
background-color: #100F6D;
}
</style>
border-color css
<style>
span { border-color: #100F6D; }
span { border-color: rgb(16,15,109); }
td.TdClassName
{
border-color: #100F6D;
}
.TagClassName
{
border-color: #100F6D;
}
</style>