Html Css Color HEX #111F34 Midnight Express

📋 copy color: '#111F34'

red 17 ◦ green 31 ◦ blue 52

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

Shades of Midnight Express #111F34

Tints of Midnight Express #111F34

RGB

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

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

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

R = 17%
G = 31%
B = 52%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111F34 (or 0x111F34) is known color: Midnight Express. HEX triplet: 11, 1F and 34. RGB value is (17,31,52). Sum of RGB (Red+Green+Blue) = 17+31+52=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #111F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F34 is #EEE0CB. Grayscale: #1D1D1D. Windows color (decimal): -15655116 or 3415825. OLE color: 3415825.

HSL color Cylindrical-coordinate representation of color #111F34: hue angle of 216º 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 #111F34 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 31 52 -
CMYK 0.67 0.40 0 0.80
HSL 216º 0.51% 0.14% -
HSV(B) 216º 0.67% 0.2% -
XYZ 1.34 1.35 3.44 -
YUV 29.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 17 31 52 0.67 0.40 0 0.80 216 0.51 0.14
Hex 11 1F 34 43 28 0 50 D8 33 E
Octal 21 37 64 103 50 0 120 330 63 16
Binary 10001 11111 110100 1000011 101000 0 1010000 11011000 110011 1110

Color Harmonies of #111F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F34

Black with #111F34

Text Example


Text Example

White with #111F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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