Html Css Color HEX #111575 Midnight Blue

📋 copy color: '#111575'

red 17 ◦ green 21 ◦ blue 117

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

Shades of Midnight Blue #111575

Tints of Midnight Blue #111575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

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

R = 10.97%
G = 13.55%
B = 75.48%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#111575 (or 0x111575) is known color: Midnight Blue. HEX triplet: 11, 15 and 75. RGB value is (17,21,117). Sum of RGB (Red+Green+Blue) = 17+21+117=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #111575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111575 is #EEEA8A. Grayscale: #1E1E1E. Windows color (decimal): -15657611 or 7673105. OLE color: 7673105.

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

Color convert

RGB 17 21 117 -
CMYK 0.85 0.82 0 0.54
HSL 237.6º 0.75% 0.26% -
HSV(B) 237.6º 0.85% 0.46% -
XYZ 3.71 1.94 17.01 -
YUV 30.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 17 21 117 0.85 0.82 0 0.54 237.6 0.75 0.26
Hex 11 15 75 55 52 0 36 EE 4B 1A
Octal 21 25 165 125 122 0 66 356 113 32
Binary 10001 10101 1110101 1010101 1010010 0 110110 11101110 1001011 11010

Color Harmonies of #111575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111575

Black with #111575

Text Example


Text Example

White with #111575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111575; }

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

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

background-color css

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

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

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

border-color css

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

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

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