Html Css Color HEX #112140 Midnight Express

📋 copy color: '#112140'

red 17 ◦ green 33 ◦ blue 64

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

Shades of Midnight Express #112140

Tints of Midnight Express #112140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.95%

 BLUE value IS 64 (25.39% from 255) = 56.14%

R = 14.91%
G = 28.95%
B = 56.14%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112140 (or 0x112140) is known color: Midnight Express. HEX triplet: 11, 21 and 40. RGB value is (17,33,64). Sum of RGB (Red+Green+Blue) = 17+33+64=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #112140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112140 is #EEDEBF. Grayscale: #1F1F1F. Windows color (decimal): -15654592 or 4202769. OLE color: 4202769.

HSL color Cylindrical-coordinate representation of color #112140: hue angle of 219.57º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112140 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 33 64 -
CMYK 0.73 0.48 0 0.75
HSL 219.57º 0.58% 0.16% -
HSV(B) 219.57º 0.73% 0.25% -
XYZ 1.7 1.58 5.07 -
YUV 31.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 17 33 64 0.73 0.48 0 0.75 219.57 0.58 0.16
Hex 11 21 40 49 30 0 4B DC 3A 10
Octal 21 41 100 111 60 0 113 334 72 20
Binary 10001 100001 1000000 1001001 110000 0 1001011 11011100 111010 10000

Color Harmonies of #112140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112140

Black with #112140

Text Example


Text Example

White with #112140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112140; }

 p { color: rgb(17,33,64); }

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

background-color css

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

 a { background-color: rgb(17,33,64); }

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

border-color css

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

 span { border-color: rgb(17,33,64); }

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