#10163B

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

Shades of Midnight Express #10163B

Tints of Midnight Express #10163B

Color information

#10163B (or 0x10163B) is unknown color: approx Midnight Express. HEX triplet: 10, 16 and 3B. RGB value is (16,22,59). Sum of RGB (Red+Green+Blue) = 16+22+59=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #10163B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10163B is #EFE9C4. Grayscale: #181818. Windows color (decimal): -15722949 or 3872272. OLE color: 3872272.

HSL color Cylindrical-coordinate representation of color #10163B: hue angle of 231.63º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10163B is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB162259-
CMYK0.730.6300.77
HSL231.63º57.33%14.71%-
HSV(B)231.63º72.88%23.14%-
XYZ1.2914.26-
YUV24.42147.51121.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.49%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 59 (23.44% from 255) = 60.82%
R=16.49%
G=22.68%
B=60.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1622590.730.6300.77231.6357.3314.71
Hex10163B493F04De839f
Octal2026731117701153507117
Binary1000010110111011100100111111101001101111010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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