#101249

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

Shades of Midnight Express #101249

Tints of Midnight Express #101249

Color information

#101249 (or 0x101249) is unknown color: approx Midnight Express. HEX triplet: 10, 12 and 49. RGB value is (16,18,73). Sum of RGB (Red+Green+Blue) = 16+18+73=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #101249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101249 is #EFEDB6. Grayscale: #171717. Windows color (decimal): -15723959 or 4788752. OLE color: 4788752.

HSL color Cylindrical-coordinate representation of color #101249: hue angle of 237.89º 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 #101249 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB161873-
CMYK0.780.7500.71
HSL237.89º64.04%17.45%-
HSV(B)237.89º78.08%28.63%-
XYZ1.631.026.41-
YUV23.67155.84122.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.95%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 73 (28.91% from 255) = 68.22%
R=14.95%
G=16.82%
B=68.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1618730.780.7500.71237.8964.0417.45
Hex1012494E4B047ee4011
Octal2022111116113010735610021
Binary10000100101001001100111010010110100011111101110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101249; }

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

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

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

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

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

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

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

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