#10134C

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

Shades of Midnight Express #10134C

Tints of Midnight Express #10134C

Color information

#10134C (or 0x10134C) is unknown color: approx Midnight Express. HEX triplet: 10, 13 and 4C. RGB value is (16,19,76). Sum of RGB (Red+Green+Blue) = 16+19+76=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 76 (30.08% from 255 or 68.47% from 111); Max value from RGB is 76 - color contains mainly: blue. Hex color #10134C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10134C is #EFECB3. Grayscale: #181818. Windows color (decimal): -15723700 or 4985616. OLE color: 4985616.

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

Color convert

RGB161976-
CMYK0.790.7500.70
HSL237º65.22%18.04%-
HSV(B)237º78.95%29.8%-
XYZ1.751.16.96-
YUV24.6157.01121.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.41%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 76 (30.08% from 255) = 68.47%
R=14.41%
G=17.12%
B=68.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1619760.790.7500.7023765.2218.04
Hex10134C4F4B046ed4112
Octal2023114117113010635510122
Binary10000100111001100100111110010110100011011101101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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