Html Css Color HEX #111949 Midnight Express

📋 copy color: '#111949'

red 17 ◦ green 25 ◦ blue 73

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

Shades of Midnight Express #111949

Tints of Midnight Express #111949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.74%

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

R = 14.78%
G = 21.74%
B = 63.48%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#111949 (or 0x111949) is known color: Midnight Express. HEX triplet: 11, 19 and 49. RGB value is (17,25,73). Sum of RGB (Red+Green+Blue) = 17+25+73=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #111949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111949 is #EEE6B6. Grayscale: #1B1B1B. Windows color (decimal): -15656631 or 4790545. OLE color: 4790545.

HSL color Cylindrical-coordinate representation of color #111949: hue angle of 231.43º 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 #111949 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 25 73 -
CMYK 0.77 0.66 0 0.71
HSL 231.43º 0.62% 0.18% -
HSV(B) 231.43º 0.77% 0.29% -
XYZ 1.78 1.3 6.46 -
YUV 28.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 17 25 73 0.77 0.66 0 0.71 231.43 0.62 0.18
Hex 11 19 49 4D 42 0 47 E7 3E 12
Octal 21 31 111 115 102 0 107 347 76 22
Binary 10001 11001 1001001 1001101 1000010 0 1000111 11100111 111110 10010

Color Harmonies of #111949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111949

Black with #111949

Text Example


Text Example

White with #111949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111949; }

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

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

background-color css

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

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

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

border-color css

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

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

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