Shades of Midnight Blue #18135A
Tints of Midnight Blue #18135A
RGB
CMYK
RGB Variations
Color information
#18135A (or 0x18135A) is known color: Midnight Blue. HEX triplet: 18, 13 and 5A. RGB value is (24,19,90). Sum of RGB (Red+Green+Blue) = 24+19+90=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #18135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18135A is #E7ECA5. Grayscale: #1C1C1C. Windows color (decimal): -15199398 or 5903128. OLE color: 5903128.
HSL color Cylindrical-coordinate representation of color #18135A: hue angle of 244.23º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18135A is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 19 | 90 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.65 |
| HSL | 244.23º | 0.65% | 0.21% | - |
| HSV(B) | 244.23º | 0.79% | 0.35% | - |
| XYZ | 2.46 | 1.4 | 9.81 | - |
| YUV | 28.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 90 | 0.73 | 0.79 | 0 | 0.65 | 244.23 | 0.65 | 0.21 |
| Hex | 18 | 13 | 5A | 49 | 4F | 0 | 41 | F4 | 41 | 15 |
| Octal | 30 | 23 | 132 | 111 | 117 | 0 | 101 | 364 | 101 | 25 |
| Binary | 11000 | 10011 | 1011010 | 1001001 | 1001111 | 0 | 1000001 | 11110100 | 1000001 | 10101 |
Color Harmonies of #18135A
Complementary color
Monochromatic Colors of #18135A
Black with #18135A
Text Example
Text Example
White with #18135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18135A; }
p { color: rgb(24,19,90); }
H1.HeaderClassName
{
color: #18135A;
}
.AnyTagClassName
{
color: #18135A;
}
</style>
background-color css
<style>
a { background-color: #18135A; }
a { background-color: rgb(24,19,90); }
div.DivClassName
{
background-color: #18135A;
}
.BgClassName
{
background-color: #18135A;
}
</style>
border-color css
<style>
span { border-color: #18135A; }
span { border-color: rgb(24,19,90); }
td.TdClassName
{
border-color: #18135A;
}
.TagClassName
{
border-color: #18135A;
}
</style>