Html Css Color HEX #111D40 Midnight Express

📋 copy color: '#111D40'

red 17 ◦ green 29 ◦ blue 64

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

Shades of Midnight Express #111D40

Tints of Midnight Express #111D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.36%

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

R = 15.45%
G = 26.36%
B = 58.18%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#111D40 (or 0x111D40) is known color: Midnight Express. HEX triplet: 11, 1D and 40. RGB value is (17,29,64). Sum of RGB (Red+Green+Blue) = 17+29+64=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #111D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D40 is #EEE2BF. Grayscale: #1D1D1D. Windows color (decimal): -15655616 or 4201745. OLE color: 4201745.

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

Color convert

RGB 17 29 64 -
CMYK 0.73 0.55 0 0.75
HSL 224.68º 0.58% 0.16% -
HSV(B) 224.68º 0.73% 0.25% -
XYZ 1.6 1.37 5.03 -
YUV 29.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 17 29 64 0.73 0.55 0 0.75 224.68 0.58 0.16
Hex 11 1D 40 49 37 0 4B E1 3A 10
Octal 21 35 100 111 67 0 113 341 72 20
Binary 10001 11101 1000000 1001001 110111 0 1001011 11100001 111010 10000

Color Harmonies of #111D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D40

Black with #111D40

Text Example


Text Example

White with #111D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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