Html Css Color HEX #111D4A Midnight Express

📋 copy color: '#111D4A'

red 17 ◦ green 29 ◦ blue 74

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

Shades of Midnight Express #111D4A

Tints of Midnight Express #111D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 61.67%

R = 14.17%
G = 24.17%
B = 61.67%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#111D4A (or 0x111D4A) is known color: Midnight Express. HEX triplet: 11, 1D and 4A. RGB value is (17,29,74). Sum of RGB (Red+Green+Blue) = 17+29+74=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #111D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D4A is #EEE2B5. Grayscale: #1E1E1E. Windows color (decimal): -15655606 or 4857105. OLE color: 4857105.

HSL color Cylindrical-coordinate representation of color #111D4A: hue angle of 227.37º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #111D4A is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 29 74 -
CMYK 0.77 0.61 0 0.71
HSL 227.37º 0.63% 0.18% -
HSV(B) 227.37º 0.77% 0.29% -
XYZ 1.91 1.49 6.67 -
YUV 30.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 17 29 74 0.77 0.61 0 0.71 227.37 0.63 0.18
Hex 11 1D 4A 4D 3D 0 47 E3 3F 12
Octal 21 35 112 115 75 0 107 343 77 22
Binary 10001 11101 1001010 1001101 111101 0 1000111 11100011 111111 10010

Color Harmonies of #111D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D4A

Black with #111D4A

Text Example


Text Example

White with #111D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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