#11274D

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

Shades of Midnight #11274D

Tints of Midnight #11274D

Color information

#11274D (or 0x11274D) is unknown color: approx Midnight. HEX triplet: 11, 27 and 4D. RGB value is (17,39,77). Sum of RGB (Red+Green+Blue) = 17+39+77=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #11274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11274D is #EED8B2. Grayscale: #242424. Windows color (decimal): -15653043 or 5056273. OLE color: 5056273.

HSL color Cylindrical-coordinate representation of color #11274D: hue angle of 218º degrees, saturation: 0.64, 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 #11274D is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB173977-
CMYK0.780.4900.70
HSL218º63.83%18.43%-
HSV(B)218º77.92%30.2%-
XYZ2.32.117.31-
YUV36.75150.71113.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 77 (30.47% from 255) = 57.89%
R=12.78%
G=29.32%
B=57.89%

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
Decimal1739770.780.4900.7021863.8318.43
Hex11274D4E31046da4012
Octal214711511661010633210022
Binary10001100111100110110011101100010100011011011010100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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