Shades of Midnight Blue #1A186F
Tints of Midnight Blue #1A186F
RGB
CMYK
RGB Variations
Color information
#1A186F (or 0x1A186F) is known color: Midnight Blue. HEX triplet: 1A, 18 and 6F. RGB value is (26,24,111). Sum of RGB (Red+Green+Blue) = 26+24+111=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 111 (43.75% from 255 or 68.94% from 161); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A186F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A186F is #E5E790. Grayscale: #222222. Windows color (decimal): -15067025 or 7280666. OLE color: 7280666.
HSL color Cylindrical-coordinate representation of color #1A186F: hue angle of 241.38º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A186F is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 24 | 111 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.56 |
| HSL | 241.38º | 0.64% | 0.26% | - |
| HSV(B) | 241.38º | 0.78% | 0.44% | - |
| XYZ | 3.62 | 2.02 | 15.24 | - |
| YUV | 34.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 111 | 0.77 | 0.78 | 0 | 0.56 | 241.38 | 0.64 | 0.26 |
| Hex | 1A | 18 | 6F | 4D | 4E | 0 | 38 | F1 | 40 | 1A |
| Octal | 32 | 30 | 157 | 115 | 116 | 0 | 70 | 361 | 100 | 32 |
| Binary | 11010 | 11000 | 1101111 | 1001101 | 1001110 | 0 | 111000 | 11110001 | 1000000 | 11010 |
Color Harmonies of #1A186F
Complementary color
Monochromatic Colors of #1A186F
Black with #1A186F
Text Example
Text Example
White with #1A186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A186F; }
p { color: rgb(26,24,111); }
H1.HeaderClassName
{
color: #1A186F;
}
.AnyTagClassName
{
color: #1A186F;
}
</style>
background-color css
<style>
a { background-color: #1A186F; }
a { background-color: rgb(26,24,111); }
div.DivClassName
{
background-color: #1A186F;
}
.BgClassName
{
background-color: #1A186F;
}
</style>
border-color css
<style>
span { border-color: #1A186F; }
span { border-color: rgb(26,24,111); }
td.TdClassName
{
border-color: #1A186F;
}
.TagClassName
{
border-color: #1A186F;
}
</style>