#112684

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

Shades of Midnight Blue #112684

Tints of Midnight Blue #112684

Color information

#112684 (or 0x112684) is unknown color: approx Midnight Blue. HEX triplet: 11, 26 and 84. RGB value is (17,38,132). Sum of RGB (Red+Green+Blue) = 17+38+132=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 132 (51.95% from 255 or 70.59% from 187); Max value from RGB is 132 - color contains mainly: blue. Hex color #112684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112684 is #EED97B. Grayscale: #2A2A2A. Windows color (decimal): -15653244 or 8660497. OLE color: 8660497.

HSL color Cylindrical-coordinate representation of color #112684: hue angle of 229.04º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112684 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1738132-
CMYK0.870.7100.48
HSL229.04º77.18%29.22%-
HSV(B)229.04º87.12%51.76%-
XYZ5.093.1722.17-
YUV42.44178.54109.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 132 (51.95% from 255) = 70.59%
R=9.09%
G=20.32%
B=70.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17381320.870.7100.48229.0477.1829.22
Hex1126845747030e54d1d
Octal214620412710706034511535
Binary100011001101000010010101111000111011000011100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112684; }

 p { color: rgb(17,38,132); }

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

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

 a { background-color: rgb(17,38,132); }

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

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

 span { border-color: rgb(17,38,132); }

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