Html Css Color HEX #111F49 Midnight Express

📋 copy color: '#111F49'

red 17 ◦ green 31 ◦ blue 73

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

Shades of Midnight Express #111F49

Tints of Midnight Express #111F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.62%

 BLUE value IS 73 (28.91% from 255) = 60.33%

R = 14.05%
G = 25.62%
B = 60.33%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#111F49 (or 0x111F49) is known color: Midnight Express. HEX triplet: 11, 1F and 49. RGB value is (17,31,73). Sum of RGB (Red+Green+Blue) = 17+31+73=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #111F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F49 is #EEE0B6. Grayscale: #1F1F1F. Windows color (decimal): -15655095 or 4792081. OLE color: 4792081.

HSL color Cylindrical-coordinate representation of color #111F49: hue angle of 225º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #111F49 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 31 73 -
CMYK 0.77 0.58 0 0.71
HSL 225º 0.62% 0.18% -
HSV(B) 225º 0.77% 0.29% -
XYZ 1.92 1.58 6.51 -
YUV 31.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 17 31 73 0.77 0.58 0 0.71 225 0.62 0.18
Hex 11 1F 49 4D 3A 0 47 E1 3E 12
Octal 21 37 111 115 72 0 107 341 76 22
Binary 10001 11111 1001001 1001101 111010 0 1000111 11100001 111110 10010

Color Harmonies of #111F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F49

Black with #111F49

Text Example


Text Example

White with #111F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,31,73); }

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

background-color css

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

 a { background-color: rgb(17,31,73); }

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

border-color css

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

 span { border-color: rgb(17,31,73); }

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