Html Css Color HEX #111377 Midnight Blue

📋 copy color: '#111377'

red 17 ◦ green 19 ◦ blue 119

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

Shades of Midnight Blue #111377

Tints of Midnight Blue #111377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

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

R = 10.97%
G = 12.26%
B = 76.77%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#111377 (or 0x111377) is known color: Midnight Blue. HEX triplet: 11, 13 and 77. RGB value is (17,19,119). Sum of RGB (Red+Green+Blue) = 17+19+119=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #111377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111377 is #EEEC88. Grayscale: #1D1D1D. Windows color (decimal): -15658121 or 7803665. OLE color: 7803665.

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

Color convert

RGB 17 19 119 -
CMYK 0.86 0.84 0 0.53
HSL 238.82º 0.75% 0.27% -
HSV(B) 238.82º 0.86% 0.47% -
XYZ 3.79 1.92 17.62 -
YUV 29.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 17 19 119 0.86 0.84 0 0.53 238.82 0.75 0.27
Hex 11 13 77 56 54 0 35 EF 4B 1B
Octal 21 23 167 126 124 0 65 357 113 33
Binary 10001 10011 1110111 1010110 1010100 0 110101 11101111 1001011 11011

Color Harmonies of #111377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111377

Black with #111377

Text Example


Text Example

White with #111377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111377; }

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

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

background-color css

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

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

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

border-color css

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

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

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