#11194B

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

Shades of Midnight Express #11194B

Tints of Midnight Express #11194B

Color information

#11194B (or 0x11194B) is unknown color: approx Midnight Express. HEX triplet: 11, 19 and 4B. RGB value is (17,25,75). Sum of RGB (Red+Green+Blue) = 17+25+75=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #11194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11194B is #EEE6B4. Grayscale: #1C1C1C. Windows color (decimal): -15656629 or 4921617. OLE color: 4921617.

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

Color convert

RGB172575-
CMYK0.770.6700.71
HSL231.72º63.04%18.04%-
HSV(B)231.72º77.33%29.41%-
XYZ1.851.326.81-
YUV28.31154.35119.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 75 (29.69% from 255) = 64.10%
R=14.53%
G=21.37%
B=64.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1725750.770.6700.71231.7263.0418.04
Hex11194B4D43047e83f12
Octal213111311510301073507722
Binary1000111001100101110011011000011010001111110100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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