Html Css Color HEX #111F70 Midnight Blue

📋 copy color: '#111F70'

red 17 ◦ green 31 ◦ blue 112

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

Shades of Midnight Blue #111F70

Tints of Midnight Blue #111F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.38%

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

R = 10.63%
G = 19.38%
B = 70%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#111F70 (or 0x111F70) is known color: Midnight Blue. HEX triplet: 11, 1F and 70. RGB value is (17,31,112). Sum of RGB (Red+Green+Blue) = 17+31+112=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #111F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F70 is #EEE08F. Grayscale: #232323. Windows color (decimal): -15655056 or 7347985. OLE color: 7347985.

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

Color convert

RGB 17 31 112 -
CMYK 0.85 0.72 0 0.56
HSL 231.16º 0.74% 0.25% -
HSV(B) 231.16º 0.85% 0.44% -
XYZ 3.65 2.27 15.58 -
YUV 36.05 170.86 114.41 -
System Red Green Blue C M Y K H S L
Decimal 17 31 112 0.85 0.72 0 0.56 231.16 0.74 0.25
Hex 11 1F 70 55 48 0 38 E7 4A 19
Octal 21 37 160 125 110 0 70 347 112 31
Binary 10001 11111 1110000 1010101 1001000 0 111000 11100111 1001010 11001

Color Harmonies of #111F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F70

Black with #111F70

Text Example


Text Example

White with #111F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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