#101241

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

Shades of Midnight Express #101241

Tints of Midnight Express #101241

Color information

#101241 (or 0x101241) is unknown color: approx Midnight Express. HEX triplet: 10, 12 and 41. RGB value is (16,18,65). Sum of RGB (Red+Green+Blue) = 16+18+65=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #101241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101241 is #EFEDBE. Grayscale: #161616. Windows color (decimal): -15723967 or 4264464. OLE color: 4264464.

HSL color Cylindrical-coordinate representation of color #101241: hue angle of 237.55º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #101241 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB161865-
CMYK0.750.7200.75
HSL237.55º60.49%15.88%-
HSV(B)237.55º75.38%25.49%-
XYZ1.380.925.11-
YUV22.76151.84123.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 65 (25.78% from 255) = 65.66%
R=16.16%
G=18.18%
B=65.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1618650.750.7200.75237.5560.4915.88
Hex1012414B4804Bee3c10
Octal202210111311001133567420
Binary1000010010100000110010111001000010010111110111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101241; }

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

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

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

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

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

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

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

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