Html Css Color HEX #112079 Midnight Blue

📋 copy color: '#112079'

red 17 ◦ green 32 ◦ blue 121

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

Shades of Midnight Blue #112079

Tints of Midnight Blue #112079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 71.18%

R = 10%
G = 18.82%
B = 71.18%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#112079 (or 0x112079) is known color: Midnight Blue. HEX triplet: 11, 20 and 79. RGB value is (17,32,121). Sum of RGB (Red+Green+Blue) = 17+32+121=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #112079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112079 is #EEDF86. Grayscale: #252525. Windows color (decimal): -15654791 or 7938065. OLE color: 7938065.

HSL color Cylindrical-coordinate representation of color #112079: hue angle of 231.35º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112079 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 32 121 -
CMYK 0.86 0.74 0 0.53
HSL 231.35º 0.75% 0.27% -
HSV(B) 231.35º 0.86% 0.47% -
XYZ 4.2 2.53 18.36 -
YUV 37.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 17 32 121 0.86 0.74 0 0.53 231.35 0.75 0.27
Hex 11 20 79 56 4A 0 35 E7 4B 1B
Octal 21 40 171 126 112 0 65 347 113 33
Binary 10001 100000 1111001 1010110 1001010 0 110101 11100111 1001011 11011

Color Harmonies of #112079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112079

Black with #112079

Text Example


Text Example

White with #112079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112079; }

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

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

background-color css

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

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

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

border-color css

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

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

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