Html Css Color HEX #111E34 Midnight Express

📋 copy color: '#111E34'

red 17 ◦ green 30 ◦ blue 52

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

Shades of Midnight Express #111E34

Tints of Midnight Express #111E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 52.53%

R = 17.17%
G = 30.3%
B = 52.53%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111E34 (or 0x111E34) is known color: Midnight Express. HEX triplet: 11, 1E and 34. RGB value is (17,30,52). Sum of RGB (Red+Green+Blue) = 17+30+52=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #111E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E34 is #EEE1CB. Grayscale: #1C1C1C. Windows color (decimal): -15655372 or 3415569. OLE color: 3415569.

HSL color Cylindrical-coordinate representation of color #111E34: hue angle of 217.71º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111E34 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 30 52 -
CMYK 0.67 0.42 0 0.80
HSL 217.71º 0.51% 0.14% -
HSV(B) 217.71º 0.67% 0.2% -
XYZ 1.32 1.3 3.43 -
YUV 28.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 17 30 52 0.67 0.42 0 0.80 217.71 0.51 0.14
Hex 11 1E 34 43 2A 0 50 DA 33 E
Octal 21 36 64 103 52 0 120 332 63 16
Binary 10001 11110 110100 1000011 101010 0 1010000 11011010 110011 1110

Color Harmonies of #111E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E34

Black with #111E34

Text Example


Text Example

White with #111E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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