Html Css Color HEX #111E48 Midnight Express

📋 copy color: '#111E48'

red 17 ◦ green 30 ◦ blue 72

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

Shades of Midnight Express #111E48

Tints of Midnight Express #111E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.21%

 BLUE value IS 72 (28.52% from 255) = 60.5%

R = 14.29%
G = 25.21%
B = 60.5%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#111E48 (or 0x111E48) is known color: Midnight Express. HEX triplet: 11, 1E and 48. RGB value is (17,30,72). Sum of RGB (Red+Green+Blue) = 17+30+72=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #111E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E48 is #EEE1B7. Grayscale: #1E1E1E. Windows color (decimal): -15655352 or 4726289. OLE color: 4726289.

HSL color Cylindrical-coordinate representation of color #111E48: hue angle of 225.82º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #111E48 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 30 72 -
CMYK 0.76 0.58 0 0.72
HSL 225.82º 0.62% 0.17% -
HSV(B) 225.82º 0.76% 0.28% -
XYZ 1.87 1.52 6.33 -
YUV 30.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 17 30 72 0.76 0.58 0 0.72 225.82 0.62 0.17
Hex 11 1E 48 4C 3A 0 48 E2 3E 11
Octal 21 36 110 114 72 0 110 342 76 21
Binary 10001 11110 1001000 1001100 111010 0 1001000 11100010 111110 10001

Color Harmonies of #111E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E48

Black with #111E48

Text Example


Text Example

White with #111E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,30,72); }

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

background-color css

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

 a { background-color: rgb(17,30,72); }

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

border-color css

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

 span { border-color: rgb(17,30,72); }

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