Html Css Color HEX #111D4E Midnight Express

📋 copy color: '#111D4E'

red 17 ◦ green 29 ◦ blue 78

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

Shades of Midnight Express #111D4E

Tints of Midnight Express #111D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 62.9%

R = 13.71%
G = 23.39%
B = 62.9%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#111D4E (or 0x111D4E) is known color: Midnight Express. HEX triplet: 11, 1D and 4E. RGB value is (17,29,78). Sum of RGB (Red+Green+Blue) = 17+29+78=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #111D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D4E is #EEE2B1. Grayscale: #1E1E1E. Windows color (decimal): -15655602 or 5119249. OLE color: 5119249.

HSL color Cylindrical-coordinate representation of color #111D4E: hue angle of 228.2º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #111D4E is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 29 78 -
CMYK 0.78 0.63 0 0.69
HSL 228.2º 0.64% 0.19% -
HSV(B) 228.2º 0.78% 0.31% -
XYZ 2.05 1.55 7.4 -
YUV 31 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 17 29 78 0.78 0.63 0 0.69 228.2 0.64 0.19
Hex 11 1D 4E 4E 3F 0 45 E4 40 13
Octal 21 35 116 116 77 0 105 344 100 23
Binary 10001 11101 1001110 1001110 111111 0 1000101 11100100 1000000 10011

Color Harmonies of #111D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D4E

Black with #111D4E

Text Example


Text Example

White with #111D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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