Html Css Color HEX #111750 Midnight Express

📋 copy color: '#111750'

red 17 ◦ green 23 ◦ blue 80

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

Shades of Midnight Express #111750

Tints of Midnight Express #111750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

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

R = 14.17%
G = 19.17%
B = 66.67%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#111750 (or 0x111750) is known color: Midnight Express. HEX triplet: 11, 17 and 50. RGB value is (17,23,80). Sum of RGB (Red+Green+Blue) = 17+23+80=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #111750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111750 is #EEE8AF. Grayscale: #1B1B1B. Windows color (decimal): -15657136 or 5248785. OLE color: 5248785.

HSL color Cylindrical-coordinate representation of color #111750: hue angle of 234.29º 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 #111750 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 23 80 -
CMYK 0.79 0.71 0 0.69
HSL 234.29º 0.65% 0.19% -
HSV(B) 234.29º 0.79% 0.31% -
XYZ 1.99 1.31 7.74 -
YUV 27.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 17 23 80 0.79 0.71 0 0.69 234.29 0.65 0.19
Hex 11 17 50 4F 47 0 45 EA 41 13
Octal 21 27 120 117 107 0 105 352 101 23
Binary 10001 10111 1010000 1001111 1000111 0 1000101 11101010 1000001 10011

Color Harmonies of #111750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111750

Black with #111750

Text Example


Text Example

White with #111750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111750; }

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

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

background-color css

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

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

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

border-color css

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

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

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