#101D41

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

Shades of Midnight Express #101D41

Tints of Midnight Express #101D41

Color information

#101D41 (or 0x101D41) is unknown color: approx Midnight Express. HEX triplet: 10, 1D and 41. RGB value is (16,29,65). Sum of RGB (Red+Green+Blue) = 16+29+65=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #101D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101D41 is #EFE2BE. Grayscale: #1D1D1D. Windows color (decimal): -15721151 or 4267280. OLE color: 4267280.

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

Color convert

RGB162965-
CMYK0.750.5500.75
HSL224.08º60.49%15.88%-
HSV(B)224.08º75.38%25.49%-
XYZ1.611.375.18-
YUV29.22148.19118.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.55%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 65 (25.78% from 255) = 59.09%
R=14.55%
G=26.36%
B=59.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1629650.750.5500.75224.0860.4915.88
Hex101D414B3704Be03c10
Octal20351011136701133407420
Binary100001110110000011001011110111010010111110000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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