#10164F

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

Shades of Midnight Express #10164F

Tints of Midnight Express #10164F

Color information

#10164F (or 0x10164F) is unknown color: approx Midnight Express. HEX triplet: 10, 16 and 4F. RGB value is (16,22,79). Sum of RGB (Red+Green+Blue) = 16+22+79=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #10164F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10164F is #EFE9B0. Grayscale: #1A1A1A. Windows color (decimal): -15722929 or 5182992. OLE color: 5182992.

HSL color Cylindrical-coordinate representation of color #10164F: hue angle of 234.29º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10164F is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB162279-
CMYK0.800.7200.69
HSL234.29º66.32%18.63%-
HSV(B)234.29º79.75%30.98%-
XYZ1.911.257.54-
YUV26.7157.51120.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 79 (31.25% from 255) = 67.52%
R=13.68%
G=18.80%
B=67.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1622790.800.7200.69234.2966.3218.63
Hex10164F5048045ea4213
Octal2026117120110010535210223
Binary10000101101001111101000010010000100010111101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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