#10164B

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

Shades of Midnight Express #10164B

Tints of Midnight Express #10164B

Color information

#10164B (or 0x10164B) is unknown color: approx Midnight Express. HEX triplet: 10, 16 and 4B. RGB value is (16,22,75). Sum of RGB (Red+Green+Blue) = 16+22+75=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #10164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10164B is #EFE9B4. Grayscale: #1A1A1A. Windows color (decimal): -15722933 or 4920848. OLE color: 4920848.

HSL color Cylindrical-coordinate representation of color #10164B: hue angle of 233.9º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10164B is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB162275-
CMYK0.790.7100.71
HSL233.9º64.84%17.84%-
HSV(B)233.9º78.67%29.41%-
XYZ1.771.196.79-
YUV26.25155.51120.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 75 (29.69% from 255) = 66.37%
R=14.16%
G=19.47%
B=66.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1622750.790.7100.71233.964.8417.84
Hex10164B4F47047ea4112
Octal2026113117107010735210122
Binary10000101101001011100111110001110100011111101010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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