#111A30

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

Shades of Midnight Express #111A30

Tints of Midnight Express #111A30

Color information

#111A30 (or 0x111A30) is unknown color: approx 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

RGB172648-
CMYK0.650.4600.81
HSL222.58º47.69%12.75%-
HSV(B)222.58º64.58%18.82%-
XYZ1.131.072.94-
YUV25.82140.52121.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.68%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 48 (19.14% from 255) = 52.75%
R=18.68%
G=28.57%
B=52.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1726480.650.4600.81222.5847.6912.75
Hex111A30412E051df30d
Octal2132601015601213376015
Binary1000111010110000100000110111001010001110111111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>