#11264A

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

Shades of Midnight #11264A

Tints of Midnight #11264A

Color information

#11264A (or 0x11264A) is unknown color: approx Midnight. HEX triplet: 11, 26 and 4A. RGB value is (17,38,74). Sum of RGB (Red+Green+Blue) = 17+38+74=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #11264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11264A is #EED9B5. Grayscale: #232323. Windows color (decimal): -15653302 or 4859409. OLE color: 4859409.

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

Color convert

RGB173874-
CMYK0.770.4900.71
HSL217.89º62.64%17.84%-
HSV(B)217.89º77.03%29.02%-
XYZ2.1626.75-
YUV35.82149.54114.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 74 (29.30% from 255) = 57.36%
R=13.18%
G=29.46%
B=57.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1738740.770.4900.71217.8962.6417.84
Hex11264A4D31047da3f12
Octal21461121156101073327722
Binary1000110011010010101001101110001010001111101101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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