Html Css Color HEX #112549 Midnight Express

📋 copy color: '#112549'

red 17 ◦ green 37 ◦ blue 73

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

Shades of Midnight Express #112549

Tints of Midnight Express #112549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

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

R = 13.39%
G = 29.13%
B = 57.48%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#112549 (or 0x112549) is known color: Midnight Express. HEX triplet: 11, 25 and 49. RGB value is (17,37,73). Sum of RGB (Red+Green+Blue) = 17+37+73=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #112549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112549 is #EEDAB6. Grayscale: #222222. Windows color (decimal): -15653559 or 4793617. OLE color: 4793617.

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

Color convert

RGB 17 37 73 -
CMYK 0.77 0.49 0 0.71
HSL 218.57º 0.62% 0.18% -
HSV(B) 218.57º 0.77% 0.29% -
XYZ 2.1 1.92 6.56 -
YUV 35.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 17 37 73 0.77 0.49 0 0.71 218.57 0.62 0.18
Hex 11 25 49 4D 31 0 47 DB 3E 12
Octal 21 45 111 115 61 0 107 333 76 22
Binary 10001 100101 1001001 1001101 110001 0 1000111 11011011 111110 10010

Color Harmonies of #112549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112549

Black with #112549

Text Example


Text Example

White with #112549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112549; }

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

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

background-color css

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

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

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

border-color css

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

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

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