Html Css Color HEX #111C32 Midnight Express

📋 copy color: '#111C32'

red 17 ◦ green 28 ◦ blue 50

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

Shades of Midnight Express #111C32

Tints of Midnight Express #111C32

RGB

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

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

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

R = 17.89%
G = 29.47%
B = 52.63%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111C32 (or 0x111C32) is known color: Midnight Express. HEX triplet: 11, 1C and 32. RGB value is (17,28,50). Sum of RGB (Red+Green+Blue) = 17+28+50=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #111C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C32 is #EEE3CD. Grayscale: #1B1B1B. Windows color (decimal): -15655886 or 3283985. OLE color: 3283985.

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

Color convert

RGB 17 28 50 -
CMYK 0.66 0.44 0 0.80
HSL 220º 0.49% 0.13% -
HSV(B) 220º 0.66% 0.2% -
XYZ 1.22 1.18 3.18 -
YUV 27.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 17 28 50 0.66 0.44 0 0.80 220 0.49 0.13
Hex 11 1C 32 42 2C 0 50 DC 31 D
Octal 21 34 62 102 54 0 120 334 61 15
Binary 10001 11100 110010 1000010 101100 0 1010000 11011100 110001 1101

Color Harmonies of #111C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C32

Black with #111C32

Text Example


Text Example

White with #111C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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