Shades of Midnight Blue #1A107C
Tints of Midnight Blue #1A107C
RGB
CMYK
RGB Variations
Color information
#1A107C (or 0x1A107C) is known color: Midnight Blue. HEX triplet: 1A, 10 and 7C. RGB value is (26,16,124). Sum of RGB (Red+Green+Blue) = 26+16+124=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 16 (6.64% from 255 or 9.64% 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 #1A107C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A107C is #E5EF83. Grayscale: #1E1E1E. Windows color (decimal): -15069060 or 8130586. OLE color: 8130586.
HSL color Cylindrical-coordinate representation of color #1A107C: hue angle of 245.56º 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 #1A107C is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 16 | 124 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.51 |
| HSL | 245.56º | 0.77% | 0.27% | - |
| HSV(B) | 245.56º | 0.87% | 0.49% | - |
| XYZ | 4.25 | 2.05 | 19.24 | - |
| YUV | 31.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 124 | 0.79 | 0.87 | 0 | 0.51 | 245.56 | 0.77 | 0.27 |
| Hex | 1A | 10 | 7C | 4F | 57 | 0 | 33 | F6 | 4D | 1B |
| Octal | 32 | 20 | 174 | 117 | 127 | 0 | 63 | 366 | 115 | 33 |
| Binary | 11010 | 10000 | 1111100 | 1001111 | 1010111 | 0 | 110011 | 11110110 | 1001101 | 11011 |
Color Harmonies of #1A107C
Complementary color
Monochromatic Colors of #1A107C
Black with #1A107C
Text Example
Text Example
White with #1A107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A107C; }
p { color: rgb(26,16,124); }
H1.HeaderClassName
{
color: #1A107C;
}
.AnyTagClassName
{
color: #1A107C;
}
</style>
background-color css
<style>
a { background-color: #1A107C; }
a { background-color: rgb(26,16,124); }
div.DivClassName
{
background-color: #1A107C;
}
.BgClassName
{
background-color: #1A107C;
}
</style>
border-color css
<style>
span { border-color: #1A107C; }
span { border-color: rgb(26,16,124); }
td.TdClassName
{
border-color: #1A107C;
}
.TagClassName
{
border-color: #1A107C;
}
</style>