Shades of Midnight Blue #101A7C
Tints of Midnight Blue #101A7C
RGB
CMYK
RGB Variations
Color information
#101A7C (or 0x101A7C) is known color: Midnight Blue. HEX triplet: 10, 1A and 7C. RGB value is (16,26,124). Sum of RGB (Red+Green+Blue) = 16+26+124=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #101A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101A7C is #EFE583. Grayscale: #212121. Windows color (decimal): -15721860 or 8133136. OLE color: 8133136.
HSL color Cylindrical-coordinate representation of color #101A7C: hue angle of 234.44º 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 #101A7C is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 26 | 124 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.51 |
| HSL | 234.44º | 0.77% | 0.27% | - |
| HSV(B) | 234.44º | 0.87% | 0.49% | - |
| XYZ | 4.22 | 2.3 | 19.29 | - |
| YUV | 34.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 124 | 0.87 | 0.79 | 0 | 0.51 | 234.44 | 0.77 | 0.27 |
| Hex | 10 | 1A | 7C | 57 | 4F | 0 | 33 | EA | 4D | 1B |
| Octal | 20 | 32 | 174 | 127 | 117 | 0 | 63 | 352 | 115 | 33 |
| Binary | 10000 | 11010 | 1111100 | 1010111 | 1001111 | 0 | 110011 | 11101010 | 1001101 | 11011 |
Color Harmonies of #101A7C
Complementary color
Monochromatic Colors of #101A7C
Black with #101A7C
Text Example
Text Example
White with #101A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A7C; }
p { color: rgb(16,26,124); }
H1.HeaderClassName
{
color: #101A7C;
}
.AnyTagClassName
{
color: #101A7C;
}
</style>
background-color css
<style>
a { background-color: #101A7C; }
a { background-color: rgb(16,26,124); }
div.DivClassName
{
background-color: #101A7C;
}
.BgClassName
{
background-color: #101A7C;
}
</style>
border-color css
<style>
span { border-color: #101A7C; }
span { border-color: rgb(16,26,124); }
td.TdClassName
{
border-color: #101A7C;
}
.TagClassName
{
border-color: #101A7C;
}
</style>