Shades of Midnight Blue #181A6A
Tints of Midnight Blue #181A6A
RGB
CMYK
RGB Variations
Color information
#181A6A (or 0x181A6A) is known color: Midnight Blue. HEX triplet: 18, 1A and 6A. RGB value is (24,26,106). Sum of RGB (Red+Green+Blue) = 24+26+106=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 106 (41.80% from 255 or 67.95% from 156); Max value from RGB is 106 - color contains mainly: blue. Hex color #181A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181A6A is #E7E595. Grayscale: #222222. Windows color (decimal): -15197590 or 6953496. OLE color: 6953496.
HSL color Cylindrical-coordinate representation of color #181A6A: hue angle of 238.54º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #181A6A is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 26 | 106 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.58 |
| HSL | 238.54º | 0.63% | 0.25% | - |
| HSV(B) | 238.54º | 0.77% | 0.42% | - |
| XYZ | 3.35 | 1.97 | 13.84 | - |
| YUV | 34.52 | 168.34 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 106 | 0.77 | 0.75 | 0 | 0.58 | 238.54 | 0.63 | 0.25 |
| Hex | 18 | 1A | 6A | 4D | 4B | 0 | 3A | EF | 3F | 19 |
| Octal | 30 | 32 | 152 | 115 | 113 | 0 | 72 | 357 | 77 | 31 |
| Binary | 11000 | 11010 | 1101010 | 1001101 | 1001011 | 0 | 111010 | 11101111 | 111111 | 11001 |
Color Harmonies of #181A6A
Complementary color
Monochromatic Colors of #181A6A
Black with #181A6A
Text Example
Text Example
White with #181A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A6A; }
p { color: rgb(24,26,106); }
H1.HeaderClassName
{
color: #181A6A;
}
.AnyTagClassName
{
color: #181A6A;
}
</style>
background-color css
<style>
a { background-color: #181A6A; }
a { background-color: rgb(24,26,106); }
div.DivClassName
{
background-color: #181A6A;
}
.BgClassName
{
background-color: #181A6A;
}
</style>
border-color css
<style>
span { border-color: #181A6A; }
span { border-color: rgb(24,26,106); }
td.TdClassName
{
border-color: #181A6A;
}
.TagClassName
{
border-color: #181A6A;
}
</style>