#111D4B

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

Shades of Midnight Express #111D4B

Tints of Midnight Express #111D4B

Color information

#111D4B (or 0x111D4B) is unknown color: approx Midnight Express. HEX triplet: 11, 1D and 4B. RGB value is (17,29,75). Sum of RGB (Red+Green+Blue) = 17+29+75=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #111D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D4B is #EEE2B4. Grayscale: #1E1E1E. Windows color (decimal): -15655605 or 4922641. OLE color: 4922641.

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

Color convert

RGB172975-
CMYK0.770.6100.71
HSL227.59º63.04%18.04%-
HSV(B)227.59º77.33%29.41%-
XYZ1.941.516.85-
YUV30.66153.02118.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 75 (29.69% from 255) = 61.98%
R=14.05%
G=23.97%
B=61.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1729750.770.6100.71227.5963.0418.04
Hex111D4B4D3D047e43f12
Octal21351131157501073447722
Binary100011110110010111001101111101010001111110010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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