#11274C

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

Shades of Midnight #11274C

Tints of Midnight #11274C

Color information

#11274C (or 0x11274C) is unknown color: approx Midnight. HEX triplet: 11, 27 and 4C. RGB value is (17,39,76). Sum of RGB (Red+Green+Blue) = 17+39+76=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #11274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11274C is #EED8B3. Grayscale: #242424. Windows color (decimal): -15653044 or 4990737. OLE color: 4990737.

HSL color Cylindrical-coordinate representation of color #11274C: hue angle of 217.63º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11274C is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB173976-
CMYK0.780.4900.70
HSL217.63º63.44%18.24%-
HSV(B)217.63º77.63%29.8%-
XYZ2.262.097.12-
YUV36.64150.21113.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 39 (15.62% from 255) = 29.55%
BLUE value IS 76 (30.08% from 255) = 57.58%
R=12.88%
G=29.55%
B=57.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1739760.780.4900.70217.6363.4418.24
Hex11274C4E31046da3f12
Octal21471141166101063327722
Binary1000110011110011001001110110001010001101101101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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