#11264B

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

Shades of Midnight #11264B

Tints of Midnight #11264B

Color information

#11264B (or 0x11264B) is unknown color: approx Midnight. HEX triplet: 11, 26 and 4B. RGB value is (17,38,75). Sum of RGB (Red+Green+Blue) = 17+38+75=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #11264B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11264B is #EED9B4. Grayscale: #232323. Windows color (decimal): -15653301 or 4924945. OLE color: 4924945.

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

Color convert

RGB173875-
CMYK0.770.4900.71
HSL218.28º63.04%18.04%-
HSV(B)218.28º77.33%29.41%-
XYZ2.192.016.93-
YUV35.94150.04114.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=13.08%
G=29.23%
B=57.69%

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
Decimal1738750.770.4900.71218.2863.0418.04
Hex11264B4D31047da3f12
Octal21461131156101073327722
Binary1000110011010010111001101110001010001111101101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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