Shades of Midnight Blue #1A106C
Tints of Midnight Blue #1A106C
RGB
CMYK
RGB Variations
Color information
#1A106C (or 0x1A106C) is known color: Midnight Blue. HEX triplet: 1A, 10 and 6C. RGB value is (26,16,108). Sum of RGB (Red+Green+Blue) = 26+16+108=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 108 (42.58% from 255 or 72% from 150); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A106C is #E5EF93. Grayscale: #1D1D1D. Windows color (decimal): -15069076 or 7082010. OLE color: 7082010.
HSL color Cylindrical-coordinate representation of color #1A106C: hue angle of 246.52º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A106C is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 16 | 108 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.58 |
| HSL | 246.52º | 0.74% | 0.24% | - |
| HSV(B) | 246.52º | 0.85% | 0.42% | - |
| XYZ | 3.32 | 1.67 | 14.34 | - |
| YUV | 29.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 108 | 0.76 | 0.85 | 0 | 0.58 | 246.52 | 0.74 | 0.24 |
| Hex | 1A | 10 | 6C | 4C | 55 | 0 | 3A | F7 | 4A | 18 |
| Octal | 32 | 20 | 154 | 114 | 125 | 0 | 72 | 367 | 112 | 30 |
| Binary | 11010 | 10000 | 1101100 | 1001100 | 1010101 | 0 | 111010 | 11110111 | 1001010 | 11000 |
Color Harmonies of #1A106C
Complementary color
Monochromatic Colors of #1A106C
Black with #1A106C
Text Example
Text Example
White with #1A106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A106C; }
p { color: rgb(26,16,108); }
H1.HeaderClassName
{
color: #1A106C;
}
.AnyTagClassName
{
color: #1A106C;
}
</style>
background-color css
<style>
a { background-color: #1A106C; }
a { background-color: rgb(26,16,108); }
div.DivClassName
{
background-color: #1A106C;
}
.BgClassName
{
background-color: #1A106C;
}
</style>
border-color css
<style>
span { border-color: #1A106C; }
span { border-color: rgb(26,16,108); }
td.TdClassName
{
border-color: #1A106C;
}
.TagClassName
{
border-color: #1A106C;
}
</style>