Shades of Midnight Blue #10137C
Tints of Midnight Blue #10137C
RGB
CMYK
RGB Variations
Color information
#10137C (or 0x10137C) is known color: Midnight Blue. HEX triplet: 10, 13 and 7C. RGB value is (16,19,124). Sum of RGB (Red+Green+Blue) = 16+19+124=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #10137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10137C is #EFEC83. Grayscale: #1D1D1D. Windows color (decimal): -15723652 or 8131344. OLE color: 8131344.
HSL color Cylindrical-coordinate representation of color #10137C: hue angle of 238.33º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10137C is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 19 | 124 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.51 |
| HSL | 238.33º | 0.77% | 0.27% | - |
| HSV(B) | 238.33º | 0.87% | 0.49% | - |
| XYZ | 4.08 | 2.03 | 19.25 | - |
| YUV | 30.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 124 | 0.87 | 0.85 | 0 | 0.51 | 238.33 | 0.77 | 0.27 |
| Hex | 10 | 13 | 7C | 57 | 55 | 0 | 33 | EE | 4D | 1B |
| Octal | 20 | 23 | 174 | 127 | 125 | 0 | 63 | 356 | 115 | 33 |
| Binary | 10000 | 10011 | 1111100 | 1010111 | 1010101 | 0 | 110011 | 11101110 | 1001101 | 11011 |
Color Harmonies of #10137C
Complementary color
Monochromatic Colors of #10137C
Black with #10137C
Text Example
Text Example
White with #10137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10137C; }
p { color: rgb(16,19,124); }
H1.HeaderClassName
{
color: #10137C;
}
.AnyTagClassName
{
color: #10137C;
}
</style>
background-color css
<style>
a { background-color: #10137C; }
a { background-color: rgb(16,19,124); }
div.DivClassName
{
background-color: #10137C;
}
.BgClassName
{
background-color: #10137C;
}
</style>
border-color css
<style>
span { border-color: #10137C; }
span { border-color: rgb(16,19,124); }
td.TdClassName
{
border-color: #10137C;
}
.TagClassName
{
border-color: #10137C;
}
</style>