#11284A

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

Shades of Midnight #11284A

Tints of Midnight #11284A

Color information

#11284A (or 0x11284A) is unknown color: approx Midnight. HEX triplet: 11, 28 and 4A. RGB value is (17,40,74). Sum of RGB (Red+Green+Blue) = 17+40+74=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #11284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11284A is #EED7B5. Grayscale: #242424. Windows color (decimal): -15652790 or 4859921. OLE color: 4859921.

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

Color convert

RGB174074-
CMYK0.770.4600.71
HSL215.79º62.64%17.84%-
HSV(B)215.79º77.03%29.02%-
XYZ2.232.136.77-
YUV37148.88113.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 74 (29.30% from 255) = 56.49%
R=12.98%
G=30.53%
B=56.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1740740.770.4600.71215.7962.6417.84
Hex11284A4D2E047d83f12
Octal21501121155601073307722
Binary1000110100010010101001101101110010001111101100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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