#101B41

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

Shades of Midnight Express #101B41

Tints of Midnight Express #101B41

Color information

#101B41 (or 0x101B41) is unknown color: approx Midnight Express. HEX triplet: 10, 1B and 41. RGB value is (16,27,65). Sum of RGB (Red+Green+Blue) = 16+27+65=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #101B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101B41 is #EFE4BE. Grayscale: #1B1B1B. Windows color (decimal): -15721663 or 4266768. OLE color: 4266768.

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

Color convert

RGB162765-
CMYK0.750.5800.75
HSL226.53º60.49%15.88%-
HSV(B)226.53º75.38%25.49%-
XYZ1.561.285.17-
YUV28.04148.86119.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 27 (10.94% from 255) = 25%
BLUE value IS 65 (25.78% from 255) = 60.19%
R=14.81%
G=25%
B=60.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1627650.750.5800.75226.5360.4915.88
Hex101B414B3A04Be33c10
Octal20331011137201133437420
Binary100001101110000011001011111010010010111110001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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