#10164D

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

Shades of Midnight Express #10164D

Tints of Midnight Express #10164D

Color information

#10164D (or 0x10164D) is unknown color: approx Midnight Express. HEX triplet: 10, 16 and 4D. RGB value is (16,22,77). Sum of RGB (Red+Green+Blue) = 16+22+77=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #10164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10164D is #EFE9B2. Grayscale: #1A1A1A. Windows color (decimal): -15722931 or 5051920. OLE color: 5051920.

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

Color convert

RGB162277-
CMYK0.790.7100.70
HSL234.1º65.59%18.24%-
HSV(B)234.1º79.22%30.2%-
XYZ1.841.227.16-
YUV26.48156.51120.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=13.91%
G=19.13%
B=66.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1622770.790.7100.70234.165.5918.24
Hex10164D4F47046ea4212
Octal2026115117107010635210222
Binary10000101101001101100111110001110100011011101010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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