#111434

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

Shades of Midnight Express #111434

Tints of Midnight Express #111434

Color information

#111434 (or 0x111434) is unknown color: approx Midnight Express. HEX triplet: 11, 14 and 34. RGB value is (17,20,52). Sum of RGB (Red+Green+Blue) = 17+20+52=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #111434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111434 is #EEEBCB. Grayscale: #161616. Windows color (decimal): -15657932 or 3413009. OLE color: 3413009.

HSL color Cylindrical-coordinate representation of color #111434: hue angle of 234.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111434 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB172052-
CMYK0.670.6200.80
HSL234.86º50.72%13.53%-
HSV(B)234.86º67.31%20.39%-
XYZ1.10.873.36-
YUV22.75144.51123.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 52 (20.70% from 255) = 58.43%
R=19.10%
G=22.47%
B=58.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1720520.670.6200.80234.8650.7213.53
Hex111434433E050eb33e
Octal2124641037601203536316
Binary1000110100110100100001111111001010000111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111434; }

 p { color: rgb(17,20,52); }

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

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

 a { background-color: rgb(17,20,52); }

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

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

 span { border-color: rgb(17,20,52); }

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