#112484

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

Shades of Midnight Blue #112484

Tints of Midnight Blue #112484

Color information

#112484 (or 0x112484) is unknown color: approx Midnight Blue. HEX triplet: 11, 24 and 84. RGB value is (17,36,132). Sum of RGB (Red+Green+Blue) = 17+36+132=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #112484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112484 is #EEDB7B. Grayscale: #282828. Windows color (decimal): -15653756 or 8659985. OLE color: 8659985.

HSL color Cylindrical-coordinate representation of color #112484: hue angle of 230.09º 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 #112484 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1736132-
CMYK0.870.7300.48
HSL230.09º77.18%29.22%-
HSV(B)230.09º87.12%51.76%-
XYZ5.033.0522.15-
YUV41.26179.21110.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 132 (51.95% from 255) = 71.35%
R=9.19%
G=19.46%
B=71.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17361320.870.7300.48230.0977.1829.22
Hex1124845749030e64d1d
Octal214420412711106034611535
Binary100011001001000010010101111001001011000011100110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112484; }

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

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

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

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

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

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

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

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