Shades of Midnight Blue #100469
Tints of Midnight Blue #100469
RGB
CMYK
RGB Variations
Color information
#100469 (or 0x100469) is known color: Midnight Blue. HEX triplet: 10, 04 and 69. RGB value is (16,4,105). Sum of RGB (Red+Green+Blue) = 16+4+105=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 105 (41.41% from 255 or 84% from 125); Max value from RGB is 105 - color contains mainly: blue. Hex color #100469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100469 is #EFFB96. Grayscale: #121212. Windows color (decimal): -15727511 or 6882320. OLE color: 6882320.
HSL color Cylindrical-coordinate representation of color #100469: hue angle of 247.13º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100469 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 4 | 105 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.59 |
| HSL | 247.13º | 0.93% | 0.21% | - |
| HSV(B) | 247.13º | 0.96% | 0.41% | - |
| XYZ | 2.81 | 1.22 | 13.45 | - |
| YUV | 19.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 105 | 0.85 | 0.96 | 0 | 0.59 | 247.13 | 0.93 | 0.21 |
| Hex | 10 | 4 | 69 | 55 | 60 | 0 | 3B | F7 | 5D | 15 |
| Octal | 20 | 4 | 151 | 125 | 140 | 0 | 73 | 367 | 135 | 25 |
| Binary | 10000 | 100 | 1101001 | 1010101 | 1100000 | 0 | 111011 | 11110111 | 1011101 | 10101 |
Color Harmonies of #100469
Complementary color
Monochromatic Colors of #100469
Black with #100469
Text Example
Text Example
White with #100469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100469; }
p { color: rgb(16,4,105); }
H1.HeaderClassName
{
color: #100469;
}
.AnyTagClassName
{
color: #100469;
}
</style>
background-color css
<style>
a { background-color: #100469; }
a { background-color: rgb(16,4,105); }
div.DivClassName
{
background-color: #100469;
}
.BgClassName
{
background-color: #100469;
}
</style>
border-color css
<style>
span { border-color: #100469; }
span { border-color: rgb(16,4,105); }
td.TdClassName
{
border-color: #100469;
}
.TagClassName
{
border-color: #100469;
}
</style>