Html Css Color HEX #112070 Midnight Blue

📋 copy color: '#112070'

red 17 ◦ green 32 ◦ blue 112

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

Shades of Midnight Blue #112070

Tints of Midnight Blue #112070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.88%

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

R = 10.56%
G = 19.88%
B = 69.57%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#112070 (or 0x112070) is known color: Midnight Blue. HEX triplet: 11, 20 and 70. RGB value is (17,32,112). Sum of RGB (Red+Green+Blue) = 17+32+112=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #112070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112070 is #EEDF8F. Grayscale: #242424. Windows color (decimal): -15654800 or 7348241. OLE color: 7348241.

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

Color convert

RGB 17 32 112 -
CMYK 0.85 0.71 0 0.56
HSL 230.53º 0.74% 0.25% -
HSV(B) 230.53º 0.85% 0.44% -
XYZ 3.67 2.32 15.58 -
YUV 36.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 17 32 112 0.85 0.71 0 0.56 230.53 0.74 0.25
Hex 11 20 70 55 47 0 38 E7 4A 19
Octal 21 40 160 125 107 0 70 347 112 31
Binary 10001 100000 1110000 1010101 1000111 0 111000 11100111 1001010 11001

Color Harmonies of #112070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112070

Black with #112070

Text Example


Text Example

White with #112070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112070; }

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

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

background-color css

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

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

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

border-color css

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

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

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