Shades of Midnight Blue #18035A
Tints of Midnight Blue #18035A
RGB
CMYK
RGB Variations
Color information
#18035A (or 0x18035A) is known color: Midnight Blue. HEX triplet: 18, 03 and 5A. RGB value is (24,3,90). Sum of RGB (Red+Green+Blue) = 24+3+90=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 90 (35.55% from 255 or 76.92% from 117); Max value from RGB is 90 - color contains mainly: blue. Hex color #18035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18035A is #E7FCA5. Grayscale: #121212. Windows color (decimal): -15203494 or 5899032. OLE color: 5899032.
HSL color Cylindrical-coordinate representation of color #18035A: hue angle of 254.48º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18035A is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 3 | 90 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.65 |
| HSL | 254.48º | 0.94% | 0.18% | - |
| HSV(B) | 254.48º | 0.97% | 0.35% | - |
| XYZ | 2.25 | 1 | 9.75 | - |
| YUV | 19.2 | 167.96 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 90 | 0.73 | 0.97 | 0 | 0.65 | 254.48 | 0.94 | 0.18 |
| Hex | 18 | 3 | 5A | 49 | 61 | 0 | 41 | FE | 5E | 12 |
| Octal | 30 | 3 | 132 | 111 | 141 | 0 | 101 | 376 | 136 | 22 |
| Binary | 11000 | 11 | 1011010 | 1001001 | 1100001 | 0 | 1000001 | 11111110 | 1011110 | 10010 |
Color Harmonies of #18035A
Complementary color
Monochromatic Colors of #18035A
Black with #18035A
Text Example
Text Example
White with #18035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18035A; }
p { color: rgb(24,3,90); }
H1.HeaderClassName
{
color: #18035A;
}
.AnyTagClassName
{
color: #18035A;
}
</style>
background-color css
<style>
a { background-color: #18035A; }
a { background-color: rgb(24,3,90); }
div.DivClassName
{
background-color: #18035A;
}
.BgClassName
{
background-color: #18035A;
}
</style>
border-color css
<style>
span { border-color: #18035A; }
span { border-color: rgb(24,3,90); }
td.TdClassName
{
border-color: #18035A;
}
.TagClassName
{
border-color: #18035A;
}
</style>