Html Css Color HEX #112080 Midnight Blue

📋 copy color: '#112080'

red 17 ◦ green 32 ◦ blue 128

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

Shades of Midnight Blue #112080

Tints of Midnight Blue #112080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 72.32%

R = 9.6%
G = 18.08%
B = 72.32%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#112080 (or 0x112080) is known color: Midnight Blue. HEX triplet: 11, 20 and 80. RGB value is (17,32,128). Sum of RGB (Red+Green+Blue) = 17+32+128=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 128 (50.39% from 255 or 72.32% from 177); Max value from RGB is 128 - color contains mainly: blue. Hex color #112080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112080 is #EEDF7F. Grayscale: #262626. Windows color (decimal): -15654784 or 8396817. OLE color: 8396817.

HSL color Cylindrical-coordinate representation of color #112080: hue angle of 231.89º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112080 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 32 128 -
CMYK 0.87 0.75 0 0.50
HSL 231.89º 0.77% 0.28% -
HSV(B) 231.89º 0.87% 0.5% -
XYZ 4.64 2.71 20.7 -
YUV 38.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 17 32 128 0.87 0.75 0 0.50 231.89 0.77 0.28
Hex 11 20 80 57 4B 0 32 E8 4D 1C
Octal 21 40 200 127 113 0 62 350 115 34
Binary 10001 100000 10000000 1010111 1001011 0 110010 11101000 1001101 11100

Color Harmonies of #112080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112080

Black with #112080

Text Example


Text Example

White with #112080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112080; }

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

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

background-color css

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

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

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

border-color css

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

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

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