Html Css Color HEX #111532 Midnight Express

📋 copy color: '#111532'

red 17 ◦ green 21 ◦ blue 50

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

Shades of Midnight Express #111532

Tints of Midnight Express #111532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.86%

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

R = 19.32%
G = 23.86%
B = 56.82%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111532 (or 0x111532) is known color: Midnight Express. HEX triplet: 11, 15 and 32. RGB value is (17,21,50). Sum of RGB (Red+Green+Blue) = 17+21+50=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #111532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111532 is #EEEACD. Grayscale: #161616. Windows color (decimal): -15657678 or 3282193. OLE color: 3282193.

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

Color convert

RGB 17 21 50 -
CMYK 0.66 0.58 0 0.80
HSL 232.73º 0.49% 0.13% -
HSV(B) 232.73º 0.66% 0.2% -
XYZ 1.08 0.89 3.13 -
YUV 23.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 17 21 50 0.66 0.58 0 0.80 232.73 0.49 0.13
Hex 11 15 32 42 3A 0 50 E9 31 D
Octal 21 25 62 102 72 0 120 351 61 15
Binary 10001 10101 110010 1000010 111010 0 1010000 11101001 110001 1101

Color Harmonies of #111532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111532

Black with #111532

Text Example


Text Example

White with #111532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111532; }

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

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

background-color css

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

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

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

border-color css

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

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

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