Html Css Color HEX #111470 Midnight Blue

📋 copy color: '#111470'

red 17 ◦ green 20 ◦ blue 112

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

Shades of Midnight Blue #111470

Tints of Midnight Blue #111470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 75.17%

R = 11.41%
G = 13.42%
B = 75.17%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#111470 (or 0x111470) is known color: Midnight Blue. HEX triplet: 11, 14 and 70. RGB value is (17,20,112). Sum of RGB (Red+Green+Blue) = 17+20+112=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #111470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111470 is #EEEB8F. Grayscale: #1D1D1D. Windows color (decimal): -15657872 or 7345169. OLE color: 7345169.

HSL color Cylindrical-coordinate representation of color #111470: hue angle of 238.11º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111470 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 20 112 -
CMYK 0.85 0.82 0 0.56
HSL 238.11º 0.74% 0.25% -
HSV(B) 238.11º 0.85% 0.44% -
XYZ 3.41 1.79 15.5 -
YUV 29.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 17 20 112 0.85 0.82 0 0.56 238.11 0.74 0.25
Hex 11 14 70 55 52 0 38 EE 4A 19
Octal 21 24 160 125 122 0 70 356 112 31
Binary 10001 10100 1110000 1010101 1010010 0 111000 11101110 1001010 11001

Color Harmonies of #111470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111470

Black with #111470

Text Example


Text Example

White with #111470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111470; }

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

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

background-color css

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

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

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

border-color css

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

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

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