#100D41

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

Shades of Midnight Express #100D41

Tints of Midnight Express #100D41

Color information

#100D41 (or 0x100D41) is unknown color: approx Midnight Express. HEX triplet: 10, 0D and 41. RGB value is (16,13,65). Sum of RGB (Red+Green+Blue) = 16+13+65=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 65 (25.78% from 255 or 69.15% from 94); Max value from RGB is 65 - color contains mainly: blue. Hex color #100D41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D41 is #EFF2BE. Grayscale: #131313. Windows color (decimal): -15725247 or 4263184. OLE color: 4263184.

HSL color Cylindrical-coordinate representation of color #100D41: hue angle of 243.46º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #100D41 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB161365-
CMYK0.750.8000.75
HSL243.46º66.67%15.29%-
HSV(B)243.46º80%25.49%-
XYZ1.310.785.08-
YUV19.82153.49125.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 65 (25.78% from 255) = 69.15%
R=17.02%
G=13.83%
B=69.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1613650.750.8000.75243.4666.6715.29
Hex10D414B5004Bf343f
Octal2015101113120011336310317
Binary100001101100000110010111010000010010111111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100D41; }

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

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

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

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

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

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

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

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