Shades of Midnight Blue #10146F
Tints of Midnight Blue #10146F
RGB
CMYK
RGB Variations
Color information
#10146F (or 0x10146F) is known color: Midnight Blue. HEX triplet: 10, 14 and 6F. RGB value is (16,20,111). Sum of RGB (Red+Green+Blue) = 16+20+111=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 111 (43.75% from 255 or 75.51% from 147); Max value from RGB is 111 - color contains mainly: blue. Hex color #10146F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10146F is #EFEB90. Grayscale: #1C1C1C. Windows color (decimal): -15723409 or 7279632. OLE color: 7279632.
HSL color Cylindrical-coordinate representation of color #10146F: hue angle of 237.47º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10146F is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 20 | 111 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.56 |
| HSL | 237.47º | 0.75% | 0.25% | - |
| HSV(B) | 237.47º | 0.86% | 0.44% | - |
| XYZ | 3.33 | 1.76 | 15.2 | - |
| YUV | 29.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 111 | 0.86 | 0.82 | 0 | 0.56 | 237.47 | 0.75 | 0.25 |
| Hex | 10 | 14 | 6F | 56 | 52 | 0 | 38 | ED | 4B | 19 |
| Octal | 20 | 24 | 157 | 126 | 122 | 0 | 70 | 355 | 113 | 31 |
| Binary | 10000 | 10100 | 1101111 | 1010110 | 1010010 | 0 | 111000 | 11101101 | 1001011 | 11001 |
Color Harmonies of #10146F
Complementary color
Monochromatic Colors of #10146F
Black with #10146F
Text Example
Text Example
White with #10146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10146F; }
p { color: rgb(16,20,111); }
H1.HeaderClassName
{
color: #10146F;
}
.AnyTagClassName
{
color: #10146F;
}
</style>
background-color css
<style>
a { background-color: #10146F; }
a { background-color: rgb(16,20,111); }
div.DivClassName
{
background-color: #10146F;
}
.BgClassName
{
background-color: #10146F;
}
</style>
border-color css
<style>
span { border-color: #10146F; }
span { border-color: rgb(16,20,111); }
td.TdClassName
{
border-color: #10146F;
}
.TagClassName
{
border-color: #10146F;
}
</style>