#111C70

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

Shades of Midnight Blue #111C70

Tints of Midnight Blue #111C70

Color information

#111C70 (or 0x111C70) is unknown color: approx Midnight Blue. HEX triplet: 11, 1C and 70. RGB value is (17,28,112). Sum of RGB (Red+Green+Blue) = 17+28+112=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #111C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C70 is #EEE38F. Grayscale: #212121. Windows color (decimal): -15655824 or 7347217. OLE color: 7347217.

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

Color convert

RGB1728112-
CMYK0.850.7500.56
HSL233.05º73.64%25.29%-
HSV(B)233.05º84.82%43.92%-
XYZ3.572.1215.55-
YUV34.29171.86115.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 28 (11.33% from 255) = 17.83%
BLUE value IS 112 (44.14% from 255) = 71.34%
R=10.83%
G=17.83%
B=71.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17281120.850.7500.56233.0573.6425.29
Hex111C70554B038e94a19
Octal213416012511307035111231
Binary1000111100111000010101011001011011100011101001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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