#111372

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

Shades of Midnight Blue #111372

Tints of Midnight Blue #111372

Color information

#111372 (or 0x111372) is unknown color: approx Midnight Blue. HEX triplet: 11, 13 and 72. RGB value is (17,19,114). Sum of RGB (Red+Green+Blue) = 17+19+114=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #111372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111372 is #EEEC8D. Grayscale: #1C1C1C. Windows color (decimal): -15658126 or 7475985. OLE color: 7475985.

HSL color Cylindrical-coordinate representation of color #111372: hue angle of 238.76º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111372 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1719114-
CMYK0.850.8300.55
HSL238.76º74.05%25.69%-
HSV(B)238.76º85.09%44.71%-
XYZ3.51.816.08-
YUV29.23175.84119.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 114 (44.92% from 255) = 76%
R=11.33%
G=12.67%
B=76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17191140.850.8300.55238.7674.0525.69
Hex1113725553037ef4a1a
Octal212316212512306735711232
Binary1000110011111001010101011010011011011111101111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111372; }

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

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

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

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

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

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

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

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