Html Css Color HEX #112077 Midnight Blue

📋 copy color: '#112077'

red 17 ◦ green 32 ◦ blue 119

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

Shades of Midnight Blue #112077

Tints of Midnight Blue #112077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 70.83%

R = 10.12%
G = 19.05%
B = 70.83%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#112077 (or 0x112077) is known color: Midnight Blue. HEX triplet: 11, 20 and 77. RGB value is (17,32,119). Sum of RGB (Red+Green+Blue) = 17+32+119=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #112077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112077 is #EEDF88. Grayscale: #252525. Windows color (decimal): -15654793 or 7806993. OLE color: 7806993.

HSL color Cylindrical-coordinate representation of color #112077: hue angle of 231.18º 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 #112077 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 32 119 -
CMYK 0.86 0.73 0 0.53
HSL 231.18º 0.75% 0.27% -
HSV(B) 231.18º 0.86% 0.47% -
XYZ 4.08 2.48 17.72 -
YUV 37.43 174.03 113.43 -
System Red Green Blue C M Y K H S L
Decimal 17 32 119 0.86 0.73 0 0.53 231.18 0.75 0.27
Hex 11 20 77 56 49 0 35 E7 4B 1B
Octal 21 40 167 126 111 0 65 347 113 33
Binary 10001 100000 1110111 1010110 1001001 0 110101 11100111 1001011 11011

Color Harmonies of #112077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112077

Black with #112077

Text Example


Text Example

White with #112077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112077; }

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

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

background-color css

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

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

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

border-color css

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

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

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