#112A4A

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

Shades of Midnight #112A4A

Tints of Midnight #112A4A

Color information

#112A4A (or 0x112A4A) is unknown color: approx Midnight. HEX triplet: 11, 2A and 4A. RGB value is (17,42,74). Sum of RGB (Red+Green+Blue) = 17+42+74=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #112A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A4A is #EED5B5. Grayscale: #262626. Windows color (decimal): -15652278 or 4860433. OLE color: 4860433.

HSL color Cylindrical-coordinate representation of color #112A4A: hue angle of 213.68º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #112A4A is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB174274-
CMYK0.770.4300.71
HSL213.68º62.64%17.84%-
HSV(B)213.68º77.03%29.02%-
XYZ2.32.276.8-
YUV38.17148.22112.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 74 (29.30% from 255) = 55.64%
R=12.78%
G=31.58%
B=55.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1742740.770.4300.71213.6862.6417.84
Hex112A4A4D2B047d63f12
Octal21521121155301073267722
Binary1000110101010010101001101101011010001111101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112A4A; }

 p { color: rgb(17,42,74); }

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

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

 a { background-color: rgb(17,42,74); }

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

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

 span { border-color: rgb(17,42,74); }

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