Shades of Midnight Blue #18065A
Tints of Midnight Blue #18065A
RGB
CMYK
RGB Variations
Color information
#18065A (or 0x18065A) is known color: Midnight Blue. HEX triplet: 18, 06 and 5A. RGB value is (24,6,90). Sum of RGB (Red+Green+Blue) = 24+6+90=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 90 (35.55% from 255 or 75% from 120); Max value from RGB is 90 - color contains mainly: blue. Hex color #18065A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18065A is #E7F9A5. Grayscale: #141414. Windows color (decimal): -15202726 or 5899800. OLE color: 5899800.
HSL color Cylindrical-coordinate representation of color #18065A: hue angle of 252.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18065A is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 6 | 90 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.65 |
| HSL | 252.86º | 0.88% | 0.19% | - |
| HSV(B) | 252.86º | 0.93% | 0.35% | - |
| XYZ | 2.29 | 1.06 | 9.76 | - |
| YUV | 20.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 90 | 0.73 | 0.93 | 0 | 0.65 | 252.86 | 0.88 | 0.19 |
| Hex | 18 | 6 | 5A | 49 | 5D | 0 | 41 | FD | 58 | 13 |
| Octal | 30 | 6 | 132 | 111 | 135 | 0 | 101 | 375 | 130 | 23 |
| Binary | 11000 | 110 | 1011010 | 1001001 | 1011101 | 0 | 1000001 | 11111101 | 1011000 | 10011 |
Color Harmonies of #18065A
Complementary color
Monochromatic Colors of #18065A
Black with #18065A
Text Example
Text Example
White with #18065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18065A; }
p { color: rgb(24,6,90); }
H1.HeaderClassName
{
color: #18065A;
}
.AnyTagClassName
{
color: #18065A;
}
</style>
background-color css
<style>
a { background-color: #18065A; }
a { background-color: rgb(24,6,90); }
div.DivClassName
{
background-color: #18065A;
}
.BgClassName
{
background-color: #18065A;
}
</style>
border-color css
<style>
span { border-color: #18065A; }
span { border-color: rgb(24,6,90); }
td.TdClassName
{
border-color: #18065A;
}
.TagClassName
{
border-color: #18065A;
}
</style>