#10192F

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

Shades of Midnight Express #10192F

Tints of Midnight Express #10192F

Color information

#10192F (or 0x10192F) is unknown color: approx Midnight Express. HEX triplet: 10, 19 and 2F. RGB value is (16,25,47). Sum of RGB (Red+Green+Blue) = 16+25+47=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #10192F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10192F is #EFE6D0. Grayscale: #181818. Windows color (decimal): -15722193 or 3086608. OLE color: 3086608.

HSL color Cylindrical-coordinate representation of color #10192F: hue angle of 222.58º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #10192F is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB162547-
CMYK0.660.4700.82
HSL222.58º49.21%12.35%-
HSV(B)222.58º65.96%18.43%-
XYZ1.071.012.83-
YUV24.82140.52121.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.18%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 47 (18.75% from 255) = 53.41%
R=18.18%
G=28.41%
B=53.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1625470.660.4700.82222.5849.2112.35
Hex10192F422F052df31c
Octal2031571025701223376114
Binary1000011001101111100001010111101010010110111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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