#111C30

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

Shades of Midnight Express #111C30

Tints of Midnight Express #111C30

Color information

#111C30 (or 0x111C30) is unknown color: approx Midnight Express. HEX triplet: 11, 1C and 30. RGB value is (17,28,48). Sum of RGB (Red+Green+Blue) = 17+28+48=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #111C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C30 is #EEE3CF. Grayscale: #1A1A1A. Windows color (decimal): -15655888 or 3152913. OLE color: 3152913.

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

Color convert

RGB172848-
CMYK0.650.4200.81
HSL218.71º47.69%12.75%-
HSV(B)218.71º64.58%18.82%-
XYZ1.181.162.96-
YUV26.99139.86120.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 48 (19.14% from 255) = 51.61%
R=18.28%
G=30.11%
B=51.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1728480.650.4200.81218.7147.6912.75
Hex111C30412A051db30d
Octal2134601015201213336015
Binary1000111100110000100000110101001010001110110111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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