Html Css Color HEX #112240 Midnight Express

📋 copy color: '#112240'

red 17 ◦ green 34 ◦ blue 64

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

Shades of Midnight Express #112240

Tints of Midnight Express #112240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.57%

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

R = 14.78%
G = 29.57%
B = 55.65%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112240 (or 0x112240) is known color: Midnight Express. HEX triplet: 11, 22 and 40. RGB value is (17,34,64). Sum of RGB (Red+Green+Blue) = 17+34+64=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #112240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112240 is #EEDDBF. Grayscale: #202020. Windows color (decimal): -15654336 or 4203025. OLE color: 4203025.

HSL color Cylindrical-coordinate representation of color #112240: hue angle of 218.3º 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 #112240 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 34 64 -
CMYK 0.73 0.47 0 0.75
HSL 218.3º 0.58% 0.16% -
HSV(B) 218.3º 0.73% 0.25% -
XYZ 1.73 1.63 5.07 -
YUV 32.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 17 34 64 0.73 0.47 0 0.75 218.3 0.58 0.16
Hex 11 22 40 49 2F 0 4B DA 3A 10
Octal 21 42 100 111 57 0 113 332 72 20
Binary 10001 100010 1000000 1001001 101111 0 1001011 11011010 111010 10000

Color Harmonies of #112240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112240

Black with #112240

Text Example


Text Example

White with #112240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112240; }

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

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

background-color css

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

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

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

border-color css

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

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

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