#111334

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

Shades of Midnight Express #111334

Tints of Midnight Express #111334

Color information

#111334 (or 0x111334) is unknown color: approx Midnight Express. HEX triplet: 11, 13 and 34. RGB value is (17,19,52). Sum of RGB (Red+Green+Blue) = 17+19+52=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #111334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111334 is #EEECCB. Grayscale: #161616. Windows color (decimal): -15658188 or 3412753. OLE color: 3412753.

HSL color Cylindrical-coordinate representation of color #111334: hue angle of 236.57º 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 #111334 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB171952-
CMYK0.670.6300.80
HSL236.57º50.72%13.53%-
HSV(B)236.57º67.31%20.39%-
XYZ1.080.833.35-
YUV22.16144.84124.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 52 (20.70% from 255) = 59.09%
R=19.32%
G=21.59%
B=59.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1719520.670.6300.80236.5750.7213.53
Hex111334433F050ed33e
Octal2123641037701203556316
Binary1000110011110100100001111111101010000111011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111334; }

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

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

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

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

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

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

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

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