Html Css Color HEX #111E70 Midnight Blue

📋 copy color: '#111E70'

red 17 ◦ green 30 ◦ blue 112

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

Shades of Midnight Blue #111E70

Tints of Midnight Blue #111E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.87%

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

R = 10.69%
G = 18.87%
B = 70.44%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#111E70 (or 0x111E70) is known color: Midnight Blue. HEX triplet: 11, 1E and 70. RGB value is (17,30,112). Sum of RGB (Red+Green+Blue) = 17+30+112=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #111E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E70 is #EEE18F. Grayscale: #232323. Windows color (decimal): -15655312 or 7347729. OLE color: 7347729.

HSL color Cylindrical-coordinate representation of color #111E70: hue angle of 231.79º 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 #111E70 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 30 112 -
CMYK 0.85 0.73 0 0.56
HSL 231.79º 0.74% 0.25% -
HSV(B) 231.79º 0.85% 0.44% -
XYZ 3.62 2.22 15.57 -
YUV 35.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 17 30 112 0.85 0.73 0 0.56 231.79 0.74 0.25
Hex 11 1E 70 55 49 0 38 E8 4A 19
Octal 21 36 160 125 111 0 70 350 112 31
Binary 10001 11110 1110000 1010101 1001001 0 111000 11101000 1001010 11001

Color Harmonies of #111E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E70

Black with #111E70

Text Example


Text Example

White with #111E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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