Html Css Color HEX #111932 Midnight Express

📋 copy color: '#111932'

red 17 ◦ green 25 ◦ blue 50

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

Shades of Midnight Express #111932

Tints of Midnight Express #111932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 54.35%

R = 18.48%
G = 27.17%
B = 54.35%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111932 (or 0x111932) is known color: Midnight Express. HEX triplet: 11, 19 and 32. RGB value is (17,25,50). Sum of RGB (Red+Green+Blue) = 17+25+50=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #111932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111932 is #EEE6CD. Grayscale: #191919. Windows color (decimal): -15656654 or 3283217. OLE color: 3283217.

HSL color Cylindrical-coordinate representation of color #111932: hue angle of 225.45º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #111932 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 25 50 -
CMYK 0.66 0.50 0 0.80
HSL 225.45º 0.49% 0.13% -
HSV(B) 225.45º 0.66% 0.2% -
XYZ 1.15 1.04 3.16 -
YUV 25.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 17 25 50 0.66 0.50 0 0.80 225.45 0.49 0.13
Hex 11 19 32 42 32 0 50 E1 31 D
Octal 21 31 62 102 62 0 120 341 61 15
Binary 10001 11001 110010 1000010 110010 0 1010000 11100001 110001 1101

Color Harmonies of #111932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111932

Black with #111932

Text Example


Text Example

White with #111932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111932; }

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

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

background-color css

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

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

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

border-color css

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

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

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