Html Css Color HEX #112047 Midnight Express

📋 copy color: '#112047'

red 17 ◦ green 32 ◦ blue 71

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

Shades of Midnight Express #112047

Tints of Midnight Express #112047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.67%

 BLUE value IS 71 (28.13% from 255) = 59.17%

R = 14.17%
G = 26.67%
B = 59.17%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#112047 (or 0x112047) is known color: Midnight Express. HEX triplet: 11, 20 and 47. RGB value is (17,32,71). Sum of RGB (Red+Green+Blue) = 17+32+71=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #112047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112047 is #EEDFB8. Grayscale: #1F1F1F. Windows color (decimal): -15654841 or 4661265. OLE color: 4661265.

HSL color Cylindrical-coordinate representation of color #112047: hue angle of 223.33º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112047 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 32 71 -
CMYK 0.76 0.55 0 0.72
HSL 223.33º 0.61% 0.17% -
HSV(B) 223.33º 0.76% 0.28% -
XYZ 1.89 1.61 6.17 -
YUV 31.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 17 32 71 0.76 0.55 0 0.72 223.33 0.61 0.17
Hex 11 20 47 4C 37 0 48 DF 3D 11
Octal 21 40 107 114 67 0 110 337 75 21
Binary 10001 100000 1000111 1001100 110111 0 1001000 11011111 111101 10001

Color Harmonies of #112047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112047

Black with #112047

Text Example


Text Example

White with #112047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112047; }

 p { color: rgb(17,32,71); }

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

background-color css

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

 a { background-color: rgb(17,32,71); }

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

border-color css

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

 span { border-color: rgb(17,32,71); }

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