Html Css Color HEX #112249 Midnight Express

📋 copy color: '#112249'

red 17 ◦ green 34 ◦ blue 73

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

Shades of Midnight Express #112249

Tints of Midnight Express #112249

RGB

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

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

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

R = 13.71%
G = 27.42%
B = 58.87%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#112249 (or 0x112249) is known color: Midnight Express. HEX triplet: 11, 22 and 49. RGB value is (17,34,73). Sum of RGB (Red+Green+Blue) = 17+34+73=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #112249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112249 is #EEDDB6. Grayscale: #212121. Windows color (decimal): -15654327 or 4792849. OLE color: 4792849.

HSL color Cylindrical-coordinate representation of color #112249: hue angle of 221.79º 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 #112249 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 34 73 -
CMYK 0.77 0.53 0 0.71
HSL 221.79º 0.62% 0.18% -
HSV(B) 221.79º 0.77% 0.29% -
XYZ 2.01 1.74 6.53 -
YUV 33.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 17 34 73 0.77 0.53 0 0.71 221.79 0.62 0.18
Hex 11 22 49 4D 35 0 47 DE 3E 12
Octal 21 42 111 115 65 0 107 336 76 22
Binary 10001 100010 1001001 1001101 110101 0 1000111 11011110 111110 10010

Color Harmonies of #112249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112249

Black with #112249

Text Example


Text Example

White with #112249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112249; }

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

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

background-color css

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

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

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

border-color css

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

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

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