Shades of Midnight Blue #10137B
Tints of Midnight Blue #10137B
RGB
CMYK
RGB Variations
Color information
#10137B (or 0x10137B) is known color: Midnight Blue. HEX triplet: 10, 13 and 7B. RGB value is (16,19,123). Sum of RGB (Red+Green+Blue) = 16+19+123=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 123 (48.44% from 255 or 77.85% from 158); Max value from RGB is 123 - color contains mainly: blue. Hex color #10137B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10137B is #EFEC84. Grayscale: #1D1D1D. Windows color (decimal): -15723653 or 8065808. OLE color: 8065808.
HSL color Cylindrical-coordinate representation of color #10137B: hue angle of 238.32º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10137B is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 19 | 123 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.52 |
| HSL | 238.32º | 0.77% | 0.27% | - |
| HSV(B) | 238.32º | 0.87% | 0.48% | - |
| XYZ | 4.02 | 2.01 | 18.91 | - |
| YUV | 29.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 123 | 0.87 | 0.85 | 0 | 0.52 | 238.32 | 0.77 | 0.27 |
| Hex | 10 | 13 | 7B | 57 | 55 | 0 | 34 | EE | 4D | 1B |
| Octal | 20 | 23 | 173 | 127 | 125 | 0 | 64 | 356 | 115 | 33 |
| Binary | 10000 | 10011 | 1111011 | 1010111 | 1010101 | 0 | 110100 | 11101110 | 1001101 | 11011 |
Color Harmonies of #10137B
Complementary color
Monochromatic Colors of #10137B
Black with #10137B
Text Example
Text Example
White with #10137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10137B; }
p { color: rgb(16,19,123); }
H1.HeaderClassName
{
color: #10137B;
}
.AnyTagClassName
{
color: #10137B;
}
</style>
background-color css
<style>
a { background-color: #10137B; }
a { background-color: rgb(16,19,123); }
div.DivClassName
{
background-color: #10137B;
}
.BgClassName
{
background-color: #10137B;
}
</style>
border-color css
<style>
span { border-color: #10137B; }
span { border-color: rgb(16,19,123); }
td.TdClassName
{
border-color: #10137B;
}
.TagClassName
{
border-color: #10137B;
}
</style>