#111270

Color #111270 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #111270

Tints of Midnight Blue #111270

Color information

#111270 (or 0x111270) is unknown color: approx 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

RGB1718112-
CMYK0.850.8400.56
HSL239.37º73.64%25.29%-
HSV(B)239.37º84.82%43.92%-
XYZ3.371.7215.48-
YUV28.42175.17119.86-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17181120.850.8400.56239.3773.6425.29
Hex1112705554038ef4a19
Octal212216012512407035711231
Binary1000110010111000010101011010100011100011101111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>