#11294A

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

Shades of Midnight #11294A

Tints of Midnight #11294A

Color information

#11294A (or 0x11294A) is unknown color: approx Midnight. HEX triplet: 11, 29 and 4A. RGB value is (17,41,74). Sum of RGB (Red+Green+Blue) = 17+41+74=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #11294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11294A is #EED6B5. Grayscale: #252525. Windows color (decimal): -15652534 or 4860177. OLE color: 4860177.

HSL color Cylindrical-coordinate representation of color #11294A: hue angle of 214.74º 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 #11294A is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB174174-
CMYK0.770.4500.71
HSL214.74º62.64%17.84%-
HSV(B)214.74º77.03%29.02%-
XYZ2.262.26.78-
YUV37.59148.55113.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 74 (29.30% from 255) = 56.06%
R=12.88%
G=31.06%
B=56.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1741740.770.4500.71214.7462.6417.84
Hex11294A4D2D047d73f12
Octal21511121155501073277722
Binary1000110100110010101001101101101010001111101011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11294A; }

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

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

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

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

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

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

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

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