Html Css Color HEX #111270 Midnight Blue

📋 copy color: '#111270'

red 17 ◦ green 18 ◦ blue 112

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

Shades of Midnight Blue #111270

Tints of Midnight Blue #111270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

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

R = 11.56%
G = 12.24%
B = 76.19%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#111270 (or 0x111270) is known color: Midnight Blue. HEX triplet: 11, 12 and 70. RGB value is (17,18,112). Sum of RGB (Red+Green+Blue) = 17+18+112=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #111270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111270 is #EEED8F. Grayscale: #1C1C1C. Windows color (decimal): -15658384 or 7344657. OLE color: 7344657.

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

Color convert

RGB 17 18 112 -
CMYK 0.85 0.84 0 0.56
HSL 239.37º 0.74% 0.25% -
HSV(B) 239.37º 0.85% 0.44% -
XYZ 3.37 1.72 15.48 -
YUV 28.42 175.17 119.86 -
System Red Green Blue C M Y K H S L
Decimal 17 18 112 0.85 0.84 0 0.56 239.37 0.74 0.25
Hex 11 12 70 55 54 0 38 EF 4A 19
Octal 21 22 160 125 124 0 70 357 112 31
Binary 10001 10010 1110000 1010101 1010100 0 111000 11101111 1001010 11001

Color Harmonies of #111270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111270

Black with #111270

Text Example


Text Example

White with #111270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111270; }

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

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

background-color css

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

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

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

border-color css

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

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

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