#11274B

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

Shades of Midnight #11274B

Tints of Midnight #11274B

Color information

#11274B (or 0x11274B) is unknown color: approx Midnight. HEX triplet: 11, 27 and 4B. RGB value is (17,39,75). Sum of RGB (Red+Green+Blue) = 17+39+75=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #11274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11274B is #EED8B4. Grayscale: #242424. Windows color (decimal): -15653045 or 4925201. OLE color: 4925201.

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

Color convert

RGB173975-
CMYK0.770.4800.71
HSL217.24º63.04%18.04%-
HSV(B)217.24º77.33%29.41%-
XYZ2.232.086.94-
YUV36.53149.71114.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 75 (29.69% from 255) = 57.25%
R=12.98%
G=29.77%
B=57.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1739750.770.4800.71217.2463.0418.04
Hex11274B4D30047d93f12
Octal21471131156001073317722
Binary1000110011110010111001101110000010001111101100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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