Html Css Color HEX #111040 Midnight Express

📋 copy color: '#111040'

red 17 ◦ green 16 ◦ blue 64

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

Shades of Midnight Express #111040

Tints of Midnight Express #111040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.49%

 BLUE value IS 64 (25.39% from 255) = 65.98%

R = 17.53%
G = 16.49%
B = 65.98%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#111040 (or 0x111040) is known color: Midnight Express. HEX triplet: 11, 10 and 40. RGB value is (17,16,64). Sum of RGB (Red+Green+Blue) = 17+16+64=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #111040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111040 is #EEEFBF. Grayscale: #151515. Windows color (decimal): -15658944 or 4198417. OLE color: 4198417.

HSL color Cylindrical-coordinate representation of color #111040: hue angle of 241.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #111040 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 16 64 -
CMYK 0.73 0.75 0 0.75
HSL 241.25º 0.6% 0.16% -
HSV(B) 241.25º 0.75% 0.25% -
XYZ 1.34 0.86 4.95 -
YUV 21.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 17 16 64 0.73 0.75 0 0.75 241.25 0.6 0.16
Hex 11 10 40 49 4B 0 4B F1 3C 10
Octal 21 20 100 111 113 0 113 361 74 20
Binary 10001 10000 1000000 1001001 1001011 0 1001011 11110001 111100 10000

Color Harmonies of #111040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111040

Black with #111040

Text Example


Text Example

White with #111040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111040; }

 p { color: rgb(17,16,64); }

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

background-color css

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

 a { background-color: rgb(17,16,64); }

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

border-color css

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

 span { border-color: rgb(17,16,64); }

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