Html Css Color HEX #111540 Midnight Express

📋 copy color: '#111540'

red 17 ◦ green 21 ◦ blue 64

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

Shades of Midnight Express #111540

Tints of Midnight Express #111540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

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

R = 16.67%
G = 20.59%
B = 62.75%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#111540 (or 0x111540) is known color: Midnight Express. HEX triplet: 11, 15 and 40. RGB value is (17,21,64). Sum of RGB (Red+Green+Blue) = 17+21+64=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #111540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111540 is #EEEABF. Grayscale: #181818. Windows color (decimal): -15657664 or 4199697. OLE color: 4199697.

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

Color convert

RGB 17 21 64 -
CMYK 0.73 0.67 0 0.75
HSL 234.89º 0.58% 0.16% -
HSV(B) 234.89º 0.73% 0.25% -
XYZ 1.42 1.03 4.97 -
YUV 24.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 17 21 64 0.73 0.67 0 0.75 234.89 0.58 0.16
Hex 11 15 40 49 43 0 4B EB 3A 10
Octal 21 25 100 111 103 0 113 353 72 20
Binary 10001 10101 1000000 1001001 1000011 0 1001011 11101011 111010 10000

Color Harmonies of #111540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111540

Black with #111540

Text Example


Text Example

White with #111540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111540; }

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

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

background-color css

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

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

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

border-color css

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

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

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