Html Css Color HEX #111650 Midnight Express

📋 copy color: '#111650'

red 17 ◦ green 22 ◦ blue 80

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

Shades of Midnight Express #111650

Tints of Midnight Express #111650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.49%

 BLUE value IS 80 (31.64% from 255) = 67.23%

R = 14.29%
G = 18.49%
B = 67.23%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#111650 (or 0x111650) is known color: Midnight Express. HEX triplet: 11, 16 and 50. RGB value is (17,22,80). Sum of RGB (Red+Green+Blue) = 17+22+80=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #111650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111650 is #EEE9AF. Grayscale: #1A1A1A. Windows color (decimal): -15657392 or 5248529. OLE color: 5248529.

HSL color Cylindrical-coordinate representation of color #111650: hue angle of 235.24º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #111650 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 22 80 -
CMYK 0.79 0.72 0 0.69
HSL 235.24º 0.65% 0.19% -
HSV(B) 235.24º 0.79% 0.31% -
XYZ 1.97 1.27 7.73 -
YUV 27.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 17 22 80 0.79 0.72 0 0.69 235.24 0.65 0.19
Hex 11 16 50 4F 48 0 45 EB 41 13
Octal 21 26 120 117 110 0 105 353 101 23
Binary 10001 10110 1010000 1001111 1001000 0 1000101 11101011 1000001 10011

Color Harmonies of #111650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111650

Black with #111650

Text Example


Text Example

White with #111650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111650; }

 p { color: rgb(17,22,80); }

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

background-color css

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

 a { background-color: rgb(17,22,80); }

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

border-color css

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

 span { border-color: rgb(17,22,80); }

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