Html Css Color HEX #112340 Midnight Express

📋 copy color: '#112340'

red 17 ◦ green 35 ◦ blue 64

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

Shades of Midnight Express #112340

Tints of Midnight Express #112340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.17%

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

R = 14.66%
G = 30.17%
B = 55.17%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112340 (or 0x112340) is known color: Midnight Express. HEX triplet: 11, 23 and 40. RGB value is (17,35,64). Sum of RGB (Red+Green+Blue) = 17+35+64=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #112340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112340 is #EEDCBF. Grayscale: #202020. Windows color (decimal): -15654080 or 4203281. OLE color: 4203281.

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

Color convert

RGB 17 35 64 -
CMYK 0.73 0.45 0 0.75
HSL 217.02º 0.58% 0.16% -
HSV(B) 217.02º 0.73% 0.25% -
XYZ 1.76 1.69 5.08 -
YUV 32.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 17 35 64 0.73 0.45 0 0.75 217.02 0.58 0.16
Hex 11 23 40 49 2D 0 4B D9 3A 10
Octal 21 43 100 111 55 0 113 331 72 20
Binary 10001 100011 1000000 1001001 101101 0 1001011 11011001 111010 10000

Color Harmonies of #112340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112340

Black with #112340

Text Example


Text Example

White with #112340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112340; }

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

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

background-color css

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

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

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

border-color css

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

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

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