Html Css Color HEX #111640 Midnight Express

📋 copy color: '#111640'

red 17 ◦ green 22 ◦ blue 64

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

Shades of Midnight Express #111640

Tints of Midnight Express #111640

RGB

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

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

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

R = 16.5%
G = 21.36%
B = 62.14%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#111640 (or 0x111640) is known color: Midnight Express. HEX triplet: 11, 16 and 40. RGB value is (17,22,64). Sum of RGB (Red+Green+Blue) = 17+22+64=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #111640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111640 is #EEE9BF. Grayscale: #191919. Windows color (decimal): -15657408 or 4199953. OLE color: 4199953.

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

Color convert

RGB 17 22 64 -
CMYK 0.73 0.66 0 0.75
HSL 233.62º 0.58% 0.16% -
HSV(B) 233.62º 0.73% 0.25% -
XYZ 1.44 1.06 4.98 -
YUV 25.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 17 22 64 0.73 0.66 0 0.75 233.62 0.58 0.16
Hex 11 16 40 49 42 0 4B EA 3A 10
Octal 21 26 100 111 102 0 113 352 72 20
Binary 10001 10110 1000000 1001001 1000010 0 1001011 11101010 111010 10000

Color Harmonies of #111640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111640

Black with #111640

Text Example


Text Example

White with #111640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111640; }

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

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

background-color css

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

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

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

border-color css

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

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

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