Html Css Color HEX #112071 Midnight Blue

📋 copy color: '#112071'

red 17 ◦ green 32 ◦ blue 113

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

Shades of Midnight Blue #112071

Tints of Midnight Blue #112071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 69.75%

R = 10.49%
G = 19.75%
B = 69.75%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#112071 (or 0x112071) is known color: Midnight Blue. HEX triplet: 11, 20 and 71. RGB value is (17,32,113). Sum of RGB (Red+Green+Blue) = 17+32+113=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #112071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112071 is #EEDF8E. Grayscale: #242424. Windows color (decimal): -15654799 or 7413777. OLE color: 7413777.

HSL color Cylindrical-coordinate representation of color #112071: hue angle of 230.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112071 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 32 113 -
CMYK 0.85 0.72 0 0.56
HSL 230.63º 0.74% 0.25% -
HSV(B) 230.63º 0.85% 0.44% -
XYZ 3.73 2.34 15.88 -
YUV 36.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 17 32 113 0.85 0.72 0 0.56 230.63 0.74 0.25
Hex 11 20 71 55 48 0 38 E7 4A 19
Octal 21 40 161 125 110 0 70 347 112 31
Binary 10001 100000 1110001 1010101 1001000 0 111000 11100111 1001010 11001

Color Harmonies of #112071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112071

Black with #112071

Text Example


Text Example

White with #112071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112071; }

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

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

background-color css

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

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

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

border-color css

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

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

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