Html Css Color HEX #111D32 Midnight Express

📋 copy color: '#111D32'

red 17 ◦ green 29 ◦ blue 50

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

Shades of Midnight Express #111D32

Tints of Midnight Express #111D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 30.21%

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

R = 17.71%
G = 30.21%
B = 52.08%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111D32 (or 0x111D32) is known color: Midnight Express. HEX triplet: 11, 1D and 32. RGB value is (17,29,50). Sum of RGB (Red+Green+Blue) = 17+29+50=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #111D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D32 is #EEE2CD. Grayscale: #1B1B1B. Windows color (decimal): -15655630 or 3284241. OLE color: 3284241.

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

Color convert

RGB 17 29 50 -
CMYK 0.66 0.42 0 0.80
HSL 218.18º 0.49% 0.13% -
HSV(B) 218.18º 0.66% 0.2% -
XYZ 1.25 1.23 3.19 -
YUV 27.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 17 29 50 0.66 0.42 0 0.80 218.18 0.49 0.13
Hex 11 1D 32 42 2A 0 50 DA 31 D
Octal 21 35 62 102 52 0 120 332 61 15
Binary 10001 11101 110010 1000010 101010 0 1010000 11011010 110001 1101

Color Harmonies of #111D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D32

Black with #111D32

Text Example


Text Example

White with #111D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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