Html Css Color HEX #111D3C Midnight Express

📋 copy color: '#111D3C'

red 17 ◦ green 29 ◦ blue 60

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

Shades of Midnight Express #111D3C

Tints of Midnight Express #111D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 56.6%

R = 16.04%
G = 27.36%
B = 56.6%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#111D3C (or 0x111D3C) is known color: Midnight Express. HEX triplet: 11, 1D and 3C. RGB value is (17,29,60). Sum of RGB (Red+Green+Blue) = 17+29+60=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #111D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D3C is #EEE2C3. Grayscale: #1C1C1C. Windows color (decimal): -15655620 or 3939601. OLE color: 3939601.

HSL color Cylindrical-coordinate representation of color #111D3C: hue angle of 223.26º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #111D3C is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 29 60 -
CMYK 0.72 0.52 0 0.76
HSL 223.26º 0.56% 0.15% -
HSV(B) 223.26º 0.72% 0.24% -
XYZ 1.49 1.32 4.45 -
YUV 28.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 17 29 60 0.72 0.52 0 0.76 223.26 0.56 0.15
Hex 11 1D 3C 48 34 0 4C DF 38 F
Octal 21 35 74 110 64 0 114 337 70 17
Binary 10001 11101 111100 1001000 110100 0 1001100 11011111 111000 1111

Color Harmonies of #111D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D3C

Black with #111D3C

Text Example


Text Example

White with #111D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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