Html Css Color HEX #112175 Midnight Blue

📋 copy color: '#112175'

red 17 ◦ green 33 ◦ blue 117

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

Shades of Midnight Blue #112175

Tints of Midnight Blue #112175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 70.06%

R = 10.18%
G = 19.76%
B = 70.06%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112175 (or 0x112175) is known color: Midnight Blue. HEX triplet: 11, 21 and 75. RGB value is (17,33,117). Sum of RGB (Red+Green+Blue) = 17+33+117=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #112175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112175 is #EEDE8A. Grayscale: #252525. Windows color (decimal): -15654539 or 7676177. OLE color: 7676177.

HSL color Cylindrical-coordinate representation of color #112175: hue angle of 230.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112175 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 33 117 -
CMYK 0.85 0.72 0 0.54
HSL 230.4º 0.75% 0.26% -
HSV(B) 230.4º 0.85% 0.46% -
XYZ 3.99 2.49 17.1 -
YUV 37.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 17 33 117 0.85 0.72 0 0.54 230.4 0.75 0.26
Hex 11 21 75 55 48 0 36 E6 4B 1A
Octal 21 41 165 125 110 0 66 346 113 32
Binary 10001 100001 1110101 1010101 1001000 0 110110 11100110 1001011 11010

Color Harmonies of #112175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112175

Black with #112175

Text Example


Text Example

White with #112175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112175; }

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

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

background-color css

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

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

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

border-color css

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

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

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