Html Css Color HEX #111475 Midnight Blue

📋 copy color: '#111475'

red 17 ◦ green 20 ◦ blue 117

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

Shades of Midnight Blue #111475

Tints of Midnight Blue #111475

RGB

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

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

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

R = 11.04%
G = 12.99%
B = 75.97%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#111475 (or 0x111475) is known color: Midnight Blue. HEX triplet: 11, 14 and 75. RGB value is (17,20,117). Sum of RGB (Red+Green+Blue) = 17+20+117=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 117 (46.09% from 255 or 75.97% from 154); Max value from RGB is 117 - color contains mainly: blue. Hex color #111475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111475 is #EEEB8A. Grayscale: #1D1D1D. Windows color (decimal): -15657867 or 7672849. OLE color: 7672849.

HSL color Cylindrical-coordinate representation of color #111475: hue angle of 238.2º 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 #111475 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 20 117 -
CMYK 0.85 0.83 0 0.54
HSL 238.2º 0.75% 0.26% -
HSV(B) 238.2º 0.85% 0.46% -
XYZ 3.69 1.9 17 -
YUV 30.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 17 20 117 0.85 0.83 0 0.54 238.2 0.75 0.26
Hex 11 14 75 55 53 0 36 EE 4B 1A
Octal 21 24 165 125 123 0 66 356 113 32
Binary 10001 10100 1110101 1010101 1010011 0 110110 11101110 1001011 11010

Color Harmonies of #111475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111475

Black with #111475

Text Example


Text Example

White with #111475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111475; }

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

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

background-color css

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

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

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

border-color css

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

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

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