Html Css Color HEX #111440 Midnight Express

📋 copy color: '#111440'

red 17 ◦ green 20 ◦ blue 64

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

Shades of Midnight Express #111440

Tints of Midnight Express #111440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.8%

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

R = 16.83%
G = 19.8%
B = 63.37%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#111440 (or 0x111440) is known color: Midnight Express. HEX triplet: 11, 14 and 40. RGB value is (17,20,64). Sum of RGB (Red+Green+Blue) = 17+20+64=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #111440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111440 is #EEEBBF. Grayscale: #171717. Windows color (decimal): -15657920 or 4199441. OLE color: 4199441.

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

Color convert

RGB 17 20 64 -
CMYK 0.73 0.69 0 0.75
HSL 236.17º 0.58% 0.16% -
HSV(B) 236.17º 0.73% 0.25% -
XYZ 1.41 0.99 4.97 -
YUV 24.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 17 20 64 0.73 0.69 0 0.75 236.17 0.58 0.16
Hex 11 14 40 49 45 0 4B EC 3A 10
Octal 21 24 100 111 105 0 113 354 72 20
Binary 10001 10100 1000000 1001001 1000101 0 1001011 11101100 111010 10000

Color Harmonies of #111440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111440

Black with #111440

Text Example


Text Example

White with #111440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111440; }

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

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

background-color css

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

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

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

border-color css

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

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

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