#111D30

Color #111D30 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #111D30

Tints of Midnight Express #111D30

Color information

#111D30 (or 0x111D30) is unknown color: approx Midnight Express. HEX triplet: 11, 1D and 30. RGB value is (17,29,48). Sum of RGB (Red+Green+Blue) = 17+29+48=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #111D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D30 is #EEE2CF. Grayscale: #1B1B1B. Windows color (decimal): -15655632 or 3153169. OLE color: 3153169.

HSL color Cylindrical-coordinate representation of color #111D30: hue angle of 216.77º 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 #111D30 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB172948-
CMYK0.650.4000.81
HSL216.77º47.69%12.75%-
HSV(B)216.77º64.58%18.82%-
XYZ1.21.212.97-
YUV27.58139.52120.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 18.09%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=18.09%
G=30.85%
B=51.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1729480.650.4000.81216.7747.6912.75
Hex111D304128051d930d
Octal2135601015001213316015
Binary1000111101110000100000110100001010001110110011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111D30; }

 p { color: rgb(17,29,48); }

 H1.HeaderClassName
 {
   color: #111D30;
 }
 .AnyTagClassName
 {
   color: #111D30;
 }
</style>
background-color css

<style>
 a { background-color: #111D30; }

 a { background-color: rgb(17,29,48); }

 div.DivClassName
 {
   background-color: #111D30;
 }
 .BgClassName
 {
   background-color: #111D30;
 }
</style>
border-color css

<style>
 span { border-color: #111D30; }

 span { border-color: rgb(17,29,48); }

 td.TdClassName
 {
   border-color: #111D30;
 }
 .TagClassName
 {
   border-color: #111D30;
 }
</style>