Shades of Midnight Blue #100468
Tints of Midnight Blue #100468
RGB
CMYK
RGB Variations
Color information
#100468 (or 0x100468) is known color: Midnight Blue. HEX triplet: 10, 04 and 68. RGB value is (16,4,104). Sum of RGB (Red+Green+Blue) = 16+4+104=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 104 (41.02% from 255 or 83.87% from 124); Max value from RGB is 104 - color contains mainly: blue. Hex color #100468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100468 is #EFFB97. Grayscale: #121212. Windows color (decimal): -15727512 or 6816784. OLE color: 6816784.
HSL color Cylindrical-coordinate representation of color #100468: hue angle of 247.2º 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 #100468 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 4 | 104 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.59 |
| HSL | 247.2º | 0.93% | 0.21% | - |
| HSV(B) | 247.2º | 0.96% | 0.41% | - |
| XYZ | 2.76 | 1.2 | 13.18 | - |
| YUV | 18.99 | 175.98 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 104 | 0.85 | 0.96 | 0 | 0.59 | 247.2 | 0.93 | 0.21 |
| Hex | 10 | 4 | 68 | 55 | 60 | 0 | 3B | F7 | 5D | 15 |
| Octal | 20 | 4 | 150 | 125 | 140 | 0 | 73 | 367 | 135 | 25 |
| Binary | 10000 | 100 | 1101000 | 1010101 | 1100000 | 0 | 111011 | 11110111 | 1011101 | 10101 |
Color Harmonies of #100468
Complementary color
Monochromatic Colors of #100468
Black with #100468
Text Example
Text Example
White with #100468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100468; }
p { color: rgb(16,4,104); }
H1.HeaderClassName
{
color: #100468;
}
.AnyTagClassName
{
color: #100468;
}
</style>
background-color css
<style>
a { background-color: #100468; }
a { background-color: rgb(16,4,104); }
div.DivClassName
{
background-color: #100468;
}
.BgClassName
{
background-color: #100468;
}
</style>
border-color css
<style>
span { border-color: #100468; }
span { border-color: rgb(16,4,104); }
td.TdClassName
{
border-color: #100468;
}
.TagClassName
{
border-color: #100468;
}
</style>