Shades of Midnight Blue #18278A
Tints of Midnight Blue #18278A
RGB
CMYK
RGB Variations
Color information
#18278A (or 0x18278A) is known color: Midnight Blue. HEX triplet: 18, 27 and 8A. RGB value is (24,39,138). Sum of RGB (Red+Green+Blue) = 24+39+138=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #18278A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18278A is #E7D875. Grayscale: #2D2D2D. Windows color (decimal): -15194230 or 9053976. OLE color: 9053976.
HSL color Cylindrical-coordinate representation of color #18278A: hue angle of 232.11º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18278A is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 39 | 138 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.46 |
| HSL | 232.11º | 0.7% | 0.32% | - |
| HSV(B) | 232.11º | 0.83% | 0.54% | - |
| XYZ | 5.69 | 3.48 | 24.42 | - |
| YUV | 45.8 | 180.03 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 138 | 0.83 | 0.72 | 0 | 0.46 | 232.11 | 0.7 | 0.32 |
| Hex | 18 | 27 | 8A | 53 | 48 | 0 | 2E | E8 | 46 | 20 |
| Octal | 30 | 47 | 212 | 123 | 110 | 0 | 56 | 350 | 106 | 40 |
| Binary | 11000 | 100111 | 10001010 | 1010011 | 1001000 | 0 | 101110 | 11101000 | 1000110 | 100000 |
Color Harmonies of #18278A
Complementary color
Monochromatic Colors of #18278A
Black with #18278A
Text Example
Text Example
White with #18278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18278A; }
p { color: rgb(24,39,138); }
H1.HeaderClassName
{
color: #18278A;
}
.AnyTagClassName
{
color: #18278A;
}
</style>
background-color css
<style>
a { background-color: #18278A; }
a { background-color: rgb(24,39,138); }
div.DivClassName
{
background-color: #18278A;
}
.BgClassName
{
background-color: #18278A;
}
</style>
border-color css
<style>
span { border-color: #18278A; }
span { border-color: rgb(24,39,138); }
td.TdClassName
{
border-color: #18278A;
}
.TagClassName
{
border-color: #18278A;
}
</style>