#101349

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

Shades of Midnight Express #101349

Tints of Midnight Express #101349

Color information

#101349 (or 0x101349) is unknown color: approx Midnight Express. HEX triplet: 10, 13 and 49. RGB value is (16,19,73). Sum of RGB (Red+Green+Blue) = 16+19+73=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #101349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101349 is #EFECB6. Grayscale: #181818. Windows color (decimal): -15723703 or 4789008. OLE color: 4789008.

HSL color Cylindrical-coordinate representation of color #101349: hue angle of 236.84º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #101349 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB161973-
CMYK0.780.7400.71
HSL236.84º64.04%17.45%-
HSV(B)236.84º78.08%28.63%-
XYZ1.651.066.42-
YUV24.26155.51122.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 73 (28.91% from 255) = 67.59%
R=14.81%
G=17.59%
B=67.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1619730.780.7400.71236.8464.0417.45
Hex1013494E4A047ed4011
Octal2023111116112010735510021
Binary10000100111001001100111010010100100011111101101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101349; }

 p { color: rgb(16,19,73); }

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

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

 a { background-color: rgb(16,19,73); }

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

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

 span { border-color: rgb(16,19,73); }

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