#111A60

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

Shades of Midnight Blue #111A60

Tints of Midnight Blue #111A60

Color information

#111A60 (or 0x111A60) is unknown color: approx Midnight Blue. HEX triplet: 11, 1A and 60. RGB value is (17,26,96). Sum of RGB (Red+Green+Blue) = 17+26+96=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #111A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111A60 is #EEE59F. Grayscale: #1F1F1F. Windows color (decimal): -15656352 or 6298129. OLE color: 6298129.

HSL color Cylindrical-coordinate representation of color #111A60: hue angle of 233.16º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111A60 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB172696-
CMYK0.820.7300.62
HSL233.16º69.91%22.16%-
HSV(B)233.16º82.29%37.65%-
XYZ2.711.711.25-
YUV31.29164.52117.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 26 (10.55% from 255) = 18.71%
BLUE value IS 96 (37.89% from 255) = 69.06%
R=12.23%
G=18.71%
B=69.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1726960.820.7300.62233.1669.9122.16
Hex111A60524903Ee94616
Octal213214012211107635110626
Binary1000111010110000010100101001001011111011101001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,26,96); }

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

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

 a { background-color: rgb(17,26,96); }

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

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

 span { border-color: rgb(17,26,96); }

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