Html Css Color HEX #111D4C Midnight Express

📋 copy color: '#111D4C'

red 17 ◦ green 29 ◦ blue 76

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

Shades of Midnight Express #111D4C

Tints of Midnight Express #111D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 62.3%

R = 13.93%
G = 23.77%
B = 62.3%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#111D4C (or 0x111D4C) is known color: Midnight Express. HEX triplet: 11, 1D and 4C. RGB value is (17,29,76). Sum of RGB (Red+Green+Blue) = 17+29+76=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #111D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D4C is #EEE2B3. Grayscale: #1E1E1E. Windows color (decimal): -15655604 or 4988177. OLE color: 4988177.

HSL color Cylindrical-coordinate representation of color #111D4C: hue angle of 227.8º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #111D4C is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 29 76 -
CMYK 0.78 0.62 0 0.70
HSL 227.8º 0.63% 0.18% -
HSV(B) 227.8º 0.78% 0.3% -
XYZ 1.98 1.52 7.03 -
YUV 30.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 17 29 76 0.78 0.62 0 0.70 227.8 0.63 0.18
Hex 11 1D 4C 4E 3E 0 46 E4 3F 12
Octal 21 35 114 116 76 0 106 344 77 22
Binary 10001 11101 1001100 1001110 111110 0 1000110 11100100 111111 10010

Color Harmonies of #111D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D4C

Black with #111D4C

Text Example


Text Example

White with #111D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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