Html Css Color HEX #112149 Midnight Express

📋 copy color: '#112149'

red 17 ◦ green 33 ◦ blue 73

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

Shades of Midnight Express #112149

Tints of Midnight Express #112149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 59.35%

R = 13.82%
G = 26.83%
B = 59.35%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#112149 (or 0x112149) is known color: Midnight Express. HEX triplet: 11, 21 and 49. RGB value is (17,33,73). Sum of RGB (Red+Green+Blue) = 17+33+73=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #112149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112149 is #EEDEB6. Grayscale: #202020. Windows color (decimal): -15654583 or 4792593. OLE color: 4792593.

HSL color Cylindrical-coordinate representation of color #112149: hue angle of 222.86º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #112149 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 33 73 -
CMYK 0.77 0.55 0 0.71
HSL 222.86º 0.62% 0.18% -
HSV(B) 222.86º 0.77% 0.29% -
XYZ 1.98 1.69 6.52 -
YUV 32.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 17 33 73 0.77 0.55 0 0.71 222.86 0.62 0.18
Hex 11 21 49 4D 37 0 47 DF 3E 12
Octal 21 41 111 115 67 0 107 337 76 22
Binary 10001 100001 1001001 1001101 110111 0 1000111 11011111 111110 10010

Color Harmonies of #112149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112149

Black with #112149

Text Example


Text Example

White with #112149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112149; }

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

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

background-color css

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

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

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

border-color css

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

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

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