#111370

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

Shades of Midnight Blue #111370

Tints of Midnight Blue #111370

Color information

#111370 (or 0x111370) is unknown color: approx Midnight Blue. HEX triplet: 11, 13 and 70. RGB value is (17,19,112). Sum of RGB (Red+Green+Blue) = 17+19+112=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #111370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111370 is #EEEC8F. Grayscale: #1C1C1C. Windows color (decimal): -15658128 or 7344913. OLE color: 7344913.

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

Color convert

RGB1719112-
CMYK0.850.8300.56
HSL238.74º73.64%25.29%-
HSV(B)238.74º84.82%43.92%-
XYZ3.391.7515.49-
YUV29174.84119.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 112 (44.14% from 255) = 75.68%
R=11.49%
G=12.84%
B=75.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17191120.850.8300.56238.7473.6425.29
Hex1113705553038ef4a19
Octal212316012512307035711231
Binary1000110011111000010101011010011011100011101111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111370; }

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

 H1.HeaderClassName
 {
   color: #111370;
 }
 .AnyTagClassName
 {
   color: #111370;
 }
</style>
background-color css

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

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

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

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

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

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