#10193B

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

Shades of Midnight Express #10193B

Tints of Midnight Express #10193B

Color information

#10193B (or 0x10193B) is unknown color: approx Midnight Express. HEX triplet: 10, 19 and 3B. RGB value is (16,25,59). Sum of RGB (Red+Green+Blue) = 16+25+59=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #10193B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10193B is #EFE6C4. Grayscale: #1A1A1A. Windows color (decimal): -15722181 or 3873040. OLE color: 3873040.

HSL color Cylindrical-coordinate representation of color #10193B: hue angle of 227.44º 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 #10193B is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB162559-
CMYK0.730.5800.77
HSL227.44º57.33%14.71%-
HSV(B)227.44º72.88%23.14%-
XYZ1.351.124.28-
YUV26.18146.52120.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 59 (23.44% from 255) = 59%
R=16%
G=25%
B=59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1625590.730.5800.77227.4457.3314.71
Hex10193B493A04De339f
Octal2031731117201153437117
Binary1000011001111011100100111101001001101111000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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