Shades of Midnight Blue #181A7F
Tints of Midnight Blue #181A7F
RGB
CMYK
RGB Variations
Color information
#181A7F (or 0x181A7F) is known color: Midnight Blue. HEX triplet: 18, 1A and 7F. RGB value is (24,26,127). Sum of RGB (Red+Green+Blue) = 24+26+127=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 127 (50% from 255 or 71.75% from 177); Max value from RGB is 127 - color contains mainly: blue. Hex color #181A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181A7F is #E7E580. Grayscale: #242424. Windows color (decimal): -15197569 or 8329752. OLE color: 8329752.
HSL color Cylindrical-coordinate representation of color #181A7F: hue angle of 238.83º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #181A7F is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 26 | 127 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.50 |
| HSL | 238.83º | 0.68% | 0.3% | - |
| HSV(B) | 238.83º | 0.81% | 0.5% | - |
| XYZ | 4.58 | 2.47 | 20.31 | - |
| YUV | 36.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 127 | 0.81 | 0.80 | 0 | 0.50 | 238.83 | 0.68 | 0.3 |
| Hex | 18 | 1A | 7F | 51 | 50 | 0 | 32 | EF | 44 | 1E |
| Octal | 30 | 32 | 177 | 121 | 120 | 0 | 62 | 357 | 104 | 36 |
| Binary | 11000 | 11010 | 1111111 | 1010001 | 1010000 | 0 | 110010 | 11101111 | 1000100 | 11110 |
Color Harmonies of #181A7F
Complementary color
Monochromatic Colors of #181A7F
Black with #181A7F
Text Example
Text Example
White with #181A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A7F; }
p { color: rgb(24,26,127); }
H1.HeaderClassName
{
color: #181A7F;
}
.AnyTagClassName
{
color: #181A7F;
}
</style>
background-color css
<style>
a { background-color: #181A7F; }
a { background-color: rgb(24,26,127); }
div.DivClassName
{
background-color: #181A7F;
}
.BgClassName
{
background-color: #181A7F;
}
</style>
border-color css
<style>
span { border-color: #181A7F; }
span { border-color: rgb(24,26,127); }
td.TdClassName
{
border-color: #181A7F;
}
.TagClassName
{
border-color: #181A7F;
}
</style>