Shades of Midnight Express #111A30
Tints of Midnight Express #111A30
RGB
CMYK
RGB Variations
Color information
#111A30 (or 0x111A30) is known color: Midnight Express. HEX triplet: 11, 1A and 30. RGB value is (17,26,48). Sum of RGB (Red+Green+Blue) = 17+26+48=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #111A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A30 is #EEE5CF. Grayscale: #191919. Windows color (decimal): -15656400 or 3152401. OLE color: 3152401.
HSL color Cylindrical-coordinate representation of color #111A30: hue angle of 222.58º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111A30 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 17 | 26 | 48 | - |
CMYK | 0.65 | 0.46 | 0 | 0.81 |
HSL | 222.58º | 0.48% | 0.13% | - |
HSV(B) | 222.58º | 0.65% | 0.19% | - |
XYZ | 1.13 | 1.07 | 2.94 | - |
YUV | 25.82 | 140.52 | 121.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 26 | 48 | 0.65 | 0.46 | 0 | 0.81 | 222.58 | 0.48 | 0.13 |
Hex | 11 | 1A | 30 | 41 | 2E | 0 | 51 | DF | 30 | D |
Octal | 21 | 32 | 60 | 101 | 56 | 0 | 121 | 337 | 60 | 15 |
Binary | 10001 | 11010 | 110000 | 1000001 | 101110 | 0 | 1010001 | 11011111 | 110000 | 1101 |
Color Harmonies of #111A30
Complementary color
Monochromatic Colors of #111A30
Black with #111A30
Text Example
Text Example
White with #111A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A30; }
p { color: rgb(17,26,48); }
H1.HeaderClassName
{
color: #111A30;
}
.AnyTagClassName
{
color: #111A30;
}
</style>
background-color css
<style>
a { background-color: #111A30; }
a { background-color: rgb(17,26,48); }
div.DivClassName
{
background-color: #111A30;
}
.BgClassName
{
background-color: #111A30;
}
</style>
border-color css
<style>
span { border-color: #111A30; }
span { border-color: rgb(17,26,48); }
td.TdClassName
{
border-color: #111A30;
}
.TagClassName
{
border-color: #111A30;
}
</style>