#10194D

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

Shades of Midnight Express #10194D

Tints of Midnight Express #10194D

Color information

#10194D (or 0x10194D) is unknown color: approx Midnight Express. HEX triplet: 10, 19 and 4D. RGB value is (16,25,77). Sum of RGB (Red+Green+Blue) = 16+25+77=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #10194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10194D is #EFE6B2. Grayscale: #1C1C1C. Windows color (decimal): -15722163 or 5052688. OLE color: 5052688.

HSL color Cylindrical-coordinate representation of color #10194D: hue angle of 231.15º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10194D is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB162577-
CMYK0.790.6800.70
HSL231.15º65.59%18.24%-
HSV(B)231.15º79.22%30.2%-
XYZ1.91.347.18-
YUV28.24155.52119.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.56%
GREEN value IS 25 (10.16% from 255) = 21.19%
BLUE value IS 77 (30.47% from 255) = 65.25%
R=13.56%
G=21.19%
B=65.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1625770.790.6800.70231.1565.5918.24
Hex10194D4F44046e74212
Octal2031115117104010634710222
Binary10000110011001101100111110001000100011011100111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10194D; }

 p { color: rgb(16,25,77); }

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

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

 a { background-color: rgb(16,25,77); }

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

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

 span { border-color: rgb(16,25,77); }

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