#111F35

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

Shades of Midnight Express #111F35

Tints of Midnight Express #111F35

Color information

#111F35 (or 0x111F35) is unknown color: approx Midnight Express. HEX triplet: 11, 1F and 35. RGB value is (17,31,53). Sum of RGB (Red+Green+Blue) = 17+31+53=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #111F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F35 is #EEE0CA. Grayscale: #1D1D1D. Windows color (decimal): -15655115 or 3481361. OLE color: 3481361.

HSL color Cylindrical-coordinate representation of color #111F35: hue angle of 216.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #111F35 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB173153-
CMYK0.680.4200.79
HSL216.67º51.43%13.73%-
HSV(B)216.67º67.92%20.78%-
XYZ1.361.363.56-
YUV29.32141.36119.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 31 (12.5% from 255) = 30.69%
BLUE value IS 53 (21.09% from 255) = 52.48%
R=16.83%
G=30.69%
B=52.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1731530.680.4200.79216.6751.4313.73
Hex111F35442A04Fd933e
Octal2137651045201173316316
Binary1000111111110101100010010101001001111110110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111F35; }

 p { color: rgb(17,31,53); }

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

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

 a { background-color: rgb(17,31,53); }

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

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

 span { border-color: rgb(17,31,53); }

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