#11274A

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

Shades of Midnight #11274A

Tints of Midnight #11274A

Color information

#11274A (or 0x11274A) is unknown color: approx Midnight. HEX triplet: 11, 27 and 4A. RGB value is (17,39,74). Sum of RGB (Red+Green+Blue) = 17+39+74=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #11274A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11274A is #EED8B5. Grayscale: #242424. Windows color (decimal): -15653046 or 4859665. OLE color: 4859665.

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

Color convert

RGB173974-
CMYK0.770.4700.71
HSL216.84º62.64%17.84%-
HSV(B)216.84º77.03%29.02%-
XYZ2.192.066.76-
YUV36.41149.21114.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 74 (29.30% from 255) = 56.92%
R=13.08%
G=30%
B=56.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1739740.770.4700.71216.8462.6417.84
Hex11274A4D2F047d93f12
Octal21471121155701073317722
Binary1000110011110010101001101101111010001111101100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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