#10194C

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

Shades of Midnight Express #10194C

Tints of Midnight Express #10194C

Color information

#10194C (or 0x10194C) is unknown color: approx Midnight Express. HEX triplet: 10, 19 and 4C. RGB value is (16,25,76). Sum of RGB (Red+Green+Blue) = 16+25+76=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #10194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10194C is #EFE6B3. Grayscale: #1B1B1B. Windows color (decimal): -15722164 or 4987152. OLE color: 4987152.

HSL color Cylindrical-coordinate representation of color #10194C: hue angle of 231º degrees, saturation: 0.65, 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 #10194C is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB162576-
CMYK0.790.6700.70
HSL231º65.22%18.04%-
HSV(B)231º78.95%29.8%-
XYZ1.871.337-
YUV28.12155.02119.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 76 (30.08% from 255) = 64.96%
R=13.68%
G=21.37%
B=64.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1625760.790.6700.7023165.2218.04
Hex10194C4F43046e74112
Octal2031114117103010634710122
Binary10000110011001100100111110000110100011011100111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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