#101441

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

Shades of Midnight Express #101441

Tints of Midnight Express #101441

Color information

#101441 (or 0x101441) is unknown color: approx Midnight Express. HEX triplet: 10, 14 and 41. RGB value is (16,20,65). Sum of RGB (Red+Green+Blue) = 16+20+65=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #101441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101441 is #EFEBBE. Grayscale: #171717. Windows color (decimal): -15723455 or 4264976. OLE color: 4264976.

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

Color convert

RGB162065-
CMYK0.750.6900.75
HSL235.1º60.49%15.88%-
HSV(B)235.1º75.38%25.49%-
XYZ1.420.995.12-
YUV23.93151.17122.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.84%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 65 (25.78% from 255) = 64.36%
R=15.84%
G=19.80%
B=64.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1620650.750.6900.75235.160.4915.88
Hex1014414B4504Beb3c10
Octal202410111310501133537420
Binary1000010100100000110010111000101010010111110101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101441; }

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

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

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

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

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

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

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

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