#10134D

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

Shades of Midnight Express #10134D

Tints of Midnight Express #10134D

Color information

#10134D (or 0x10134D) is unknown color: approx Midnight Express. HEX triplet: 10, 13 and 4D. RGB value is (16,19,77). Sum of RGB (Red+Green+Blue) = 16+19+77=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #10134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10134D is #EFECB2. Grayscale: #181818. Windows color (decimal): -15723699 or 5051152. OLE color: 5051152.

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

Color convert

RGB161977-
CMYK0.790.7500.70
HSL237.05º65.59%18.24%-
HSV(B)237.05º79.22%30.2%-
XYZ1.791.117.14-
YUV24.71157.51121.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 77 (30.47% from 255) = 68.75%
R=14.29%
G=16.96%
B=68.75%

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
Decimal1619770.790.7500.70237.0565.5918.24
Hex10134D4F4B046ed4212
Octal2023115117113010635510222
Binary10000100111001101100111110010110100011011101101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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