#10164A

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

Shades of Midnight Express #10164A

Tints of Midnight Express #10164A

Color information

#10164A (or 0x10164A) is unknown color: approx Midnight Express. HEX triplet: 10, 16 and 4A. RGB value is (16,22,74). Sum of RGB (Red+Green+Blue) = 16+22+74=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #10164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10164A is #EFE9B5. Grayscale: #191919. Windows color (decimal): -15722934 or 4855312. OLE color: 4855312.

HSL color Cylindrical-coordinate representation of color #10164A: hue angle of 233.79º 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 #10164A is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB162274-
CMYK0.780.7000.71
HSL233.79º64.44%17.65%-
HSV(B)233.79º78.38%29.02%-
XYZ1.741.186.61-
YUV26.13155.01120.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 74 (29.30% from 255) = 66.07%
R=14.29%
G=19.64%
B=66.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1622740.780.7000.71233.7964.4417.65
Hex10164A4E46047ea4012
Octal2026112116106010735210022
Binary10000101101001010100111010001100100011111101010100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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