#10193D

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

Shades of Midnight Express #10193D

Tints of Midnight Express #10193D

Color information

#10193D (or 0x10193D) is unknown color: approx Midnight Express. HEX triplet: 10, 19 and 3D. RGB value is (16,25,61). Sum of RGB (Red+Green+Blue) = 16+25+61=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #10193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10193D is #EFE6C2. Grayscale: #1A1A1A. Windows color (decimal): -15722179 or 4004112. OLE color: 4004112.

HSL color Cylindrical-coordinate representation of color #10193D: hue angle of 228º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10193D is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB162561-
CMYK0.740.5900.76
HSL228º58.44%15.1%-
HSV(B)228º73.77%23.92%-
XYZ1.41.144.56-
YUV26.41147.52120.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.69%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 61 (24.22% from 255) = 59.80%
R=15.69%
G=24.51%
B=59.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1625610.740.5900.7622858.4415.1
Hex10193D4A3B04Ce43af
Octal2031751127301143447217
Binary1000011001111101100101011101101001100111001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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