Html Css Color HEX #111F4C Midnight Express

📋 copy color: '#111F4C'

red 17 ◦ green 31 ◦ blue 76

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

Shades of Midnight Express #111F4C

Tints of Midnight Express #111F4C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25%

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

R = 13.71%
G = 25%
B = 61.29%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#111F4C (or 0x111F4C) is known color: Midnight Express. HEX triplet: 11, 1F and 4C. RGB value is (17,31,76). Sum of RGB (Red+Green+Blue) = 17+31+76=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #111F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F4C is #EEE0B3. Grayscale: #1F1F1F. Windows color (decimal): -15655092 or 4988689. OLE color: 4988689.

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

Color convert

RGB 17 31 76 -
CMYK 0.78 0.59 0 0.70
HSL 225.76º 0.63% 0.18% -
HSV(B) 225.76º 0.78% 0.3% -
XYZ 2.03 1.62 7.04 -
YUV 31.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 17 31 76 0.78 0.59 0 0.70 225.76 0.63 0.18
Hex 11 1F 4C 4E 3B 0 46 E2 3F 12
Octal 21 37 114 116 73 0 106 342 77 22
Binary 10001 11111 1001100 1001110 111011 0 1000110 11100010 111111 10010

Color Harmonies of #111F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F4C

Black with #111F4C

Text Example


Text Example

White with #111F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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