Html Css Color HEX #111B32 Midnight Express

📋 copy color: '#111B32'

red 17 ◦ green 27 ◦ blue 50

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

Shades of Midnight Express #111B32

Tints of Midnight Express #111B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.72%

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

R = 18.09%
G = 28.72%
B = 53.19%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111B32 (or 0x111B32) is known color: Midnight Express. HEX triplet: 11, 1B and 32. RGB value is (17,27,50). Sum of RGB (Red+Green+Blue) = 17+27+50=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #111B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B32 is #EEE4CD. Grayscale: #1A1A1A. Windows color (decimal): -15656142 or 3283729. OLE color: 3283729.

HSL color Cylindrical-coordinate representation of color #111B32: hue angle of 221.82º 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 #111B32 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 27 50 -
CMYK 0.66 0.46 0 0.80
HSL 221.82º 0.49% 0.13% -
HSV(B) 221.82º 0.66% 0.2% -
XYZ 1.2 1.13 3.17 -
YUV 26.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 17 27 50 0.66 0.46 0 0.80 221.82 0.49 0.13
Hex 11 1B 32 42 2E 0 50 DE 31 D
Octal 21 33 62 102 56 0 120 336 61 15
Binary 10001 11011 110010 1000010 101110 0 1010000 11011110 110001 1101

Color Harmonies of #111B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111B32

Black with #111B32

Text Example


Text Example

White with #111B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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