#10134A

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

Shades of Midnight Express #10134A

Tints of Midnight Express #10134A

Color information

#10134A (or 0x10134A) is unknown color: approx Midnight Express. HEX triplet: 10, 13 and 4A. RGB value is (16,19,74). Sum of RGB (Red+Green+Blue) = 16+19+74=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 74 (29.30% from 255 or 67.89% from 109); Max value from RGB is 74 - color contains mainly: blue. Hex color #10134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10134A is #EFECB5. Grayscale: #181818. Windows color (decimal): -15723702 or 4854544. OLE color: 4854544.

HSL color Cylindrical-coordinate representation of color #10134A: hue angle of 236.9º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10134A is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB161974-
CMYK0.780.7400.71
HSL236.9º64.44%17.65%-
HSV(B)236.9º78.38%29.02%-
XYZ1.681.076.6-
YUV24.37156.01122.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 74 (29.30% from 255) = 67.89%
R=14.68%
G=17.43%
B=67.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1619740.780.7400.71236.964.4417.65
Hex10134A4E4A047ed4012
Octal2023112116112010735510022
Binary10000100111001010100111010010100100011111101101100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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