Html Css Color HEX #111473 Midnight Blue

📋 copy color: '#111473'

red 17 ◦ green 20 ◦ blue 115

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

Shades of Midnight Blue #111473

Tints of Midnight Blue #111473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

 BLUE value IS 115 (45.31% from 255) = 75.66%

R = 11.18%
G = 13.16%
B = 75.66%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#111473 (or 0x111473) is known color: Midnight Blue. HEX triplet: 11, 14 and 73. RGB value is (17,20,115). Sum of RGB (Red+Green+Blue) = 17+20+115=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #111473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111473 is #EEEB8C. Grayscale: #1D1D1D. Windows color (decimal): -15657869 or 7541777. OLE color: 7541777.

HSL color Cylindrical-coordinate representation of color #111473: hue angle of 238.16º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111473 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 20 115 -
CMYK 0.85 0.83 0 0.55
HSL 238.16º 0.74% 0.26% -
HSV(B) 238.16º 0.85% 0.45% -
XYZ 3.58 1.86 16.39 -
YUV 29.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 17 20 115 0.85 0.83 0 0.55 238.16 0.74 0.26
Hex 11 14 73 55 53 0 37 EE 4A 1A
Octal 21 24 163 125 123 0 67 356 112 32
Binary 10001 10100 1110011 1010101 1010011 0 110111 11101110 1001010 11010

Color Harmonies of #111473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111473

Black with #111473

Text Example


Text Example

White with #111473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111473; }

 p { color: rgb(17,20,115); }

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

background-color css

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

 a { background-color: rgb(17,20,115); }

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

border-color css

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

 span { border-color: rgb(17,20,115); }

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