Shades of Midnight Blue #10147D
Tints of Midnight Blue #10147D
RGB
CMYK
RGB Variations
Color information
#10147D (or 0x10147D) is known color: Midnight Blue. HEX triplet: 10, 14 and 7D. RGB value is (16,20,125). Sum of RGB (Red+Green+Blue) = 16+20+125=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 125 (49.22% from 255 or 77.64% from 161); Max value from RGB is 125 - color contains mainly: blue. Hex color #10147D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10147D is #EFEB82. Grayscale: #1E1E1E. Windows color (decimal): -15723395 or 8197136. OLE color: 8197136.
HSL color Cylindrical-coordinate representation of color #10147D: hue angle of 237.8º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10147D is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 20 | 125 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.51 |
| HSL | 237.8º | 0.77% | 0.28% | - |
| HSV(B) | 237.8º | 0.87% | 0.49% | - |
| XYZ | 4.17 | 2.09 | 19.59 | - |
| YUV | 30.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 125 | 0.87 | 0.84 | 0 | 0.51 | 237.8 | 0.77 | 0.28 |
| Hex | 10 | 14 | 7D | 57 | 54 | 0 | 33 | EE | 4D | 1C |
| Octal | 20 | 24 | 175 | 127 | 124 | 0 | 63 | 356 | 115 | 34 |
| Binary | 10000 | 10100 | 1111101 | 1010111 | 1010100 | 0 | 110011 | 11101110 | 1001101 | 11100 |
Color Harmonies of #10147D
Complementary color
Monochromatic Colors of #10147D
Black with #10147D
Text Example
Text Example
White with #10147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10147D; }
p { color: rgb(16,20,125); }
H1.HeaderClassName
{
color: #10147D;
}
.AnyTagClassName
{
color: #10147D;
}
</style>
background-color css
<style>
a { background-color: #10147D; }
a { background-color: rgb(16,20,125); }
div.DivClassName
{
background-color: #10147D;
}
.BgClassName
{
background-color: #10147D;
}
</style>
border-color css
<style>
span { border-color: #10147D; }
span { border-color: rgb(16,20,125); }
td.TdClassName
{
border-color: #10147D;
}
.TagClassName
{
border-color: #10147D;
}
</style>