Html Css Color HEX #111B4C Midnight Express

📋 copy color: '#111B4C'

red 17 ◦ green 27 ◦ blue 76

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

Shades of Midnight Express #111B4C

Tints of Midnight Express #111B4C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.5%

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

R = 14.17%
G = 22.5%
B = 63.33%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#111B4C (or 0x111B4C) is known color: Midnight Express. HEX triplet: 11, 1B and 4C. RGB value is (17,27,76). Sum of RGB (Red+Green+Blue) = 17+27+76=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #111B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B4C is #EEE4B3. Grayscale: #1D1D1D. Windows color (decimal): -15656116 or 4987665. OLE color: 4987665.

HSL color Cylindrical-coordinate representation of color #111B4C: hue angle of 229.83º 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 #111B4C is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 27 76 -
CMYK 0.78 0.64 0 0.70
HSL 229.83º 0.63% 0.18% -
HSV(B) 229.83º 0.78% 0.3% -
XYZ 1.93 1.42 7.01 -
YUV 29.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 17 27 76 0.78 0.64 0 0.70 229.83 0.63 0.18
Hex 11 1B 4C 4E 40 0 46 E6 3F 12
Octal 21 33 114 116 100 0 106 346 77 22
Binary 10001 11011 1001100 1001110 1000000 0 1000110 11100110 111111 10010

Color Harmonies of #111B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111B4C

Black with #111B4C

Text Example


Text Example

White with #111B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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