Html Css Color HEX #111C31 Midnight Express

📋 copy color: '#111C31'

red 17 ◦ green 28 ◦ blue 49

#111C31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #111C31

Tints of Midnight Express #111C31

RGB

 RED value IS 17 (7.03% from 255) = 18.09%

 GREEN value IS 28 (11.33% from 255) = 29.79%

 BLUE value IS 49 (19.53% from 255) = 52.13%

R = 18.09%
G = 29.79%
B = 52.13%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#111C31 (or 0x111C31) is known color: Midnight Express. HEX triplet: 11, 1C and 31. RGB value is (17,28,49). Sum of RGB (Red+Green+Blue) = 17+28+49=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #111C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C31 is #EEE3CE. Grayscale: #1B1B1B. Windows color (decimal): -15655887 or 3218449. OLE color: 3218449.

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

Color convert

RGB 17 28 49 -
CMYK 0.65 0.43 0 0.81
HSL 219.38º 0.48% 0.13% -
HSV(B) 219.38º 0.65% 0.19% -
XYZ 1.2 1.17 3.07 -
YUV 27.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 17 28 49 0.65 0.43 0 0.81 219.38 0.48 0.13
Hex 11 1C 31 41 2B 0 51 DB 30 D
Octal 21 34 61 101 53 0 121 333 60 15
Binary 10001 11100 110001 1000001 101011 0 1010001 11011011 110000 1101

Color Harmonies of #111C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C31

Black with #111C31

Text Example


Text Example

White with #111C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #111C31;
 }
 .AnyTagClassName
 {
   color: #111C31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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