#1B2640

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

Shades of Midnight Express #1B2640

Tints of Midnight Express #1B2640

Color information

#1B2640 (or 0x1B2640) is unknown color: approx Midnight Express. HEX triplet: 1B, 26 and 40. RGB value is (27,38,64). Sum of RGB (Red+Green+Blue) = 27+38+64=129 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.93% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B2640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2640 is #E4D9BF. Grayscale: #252525. Windows color (decimal): -14997952 or 4204059. OLE color: 4204059.

HSL color Cylindrical-coordinate representation of color #1B2640: hue angle of 222.16º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B2640 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB273864-
CMYK0.580.4100.75
HSL222.16º40.66%17.84%-
HSV(B)222.16º57.81%25.1%-
XYZ2.071.995.13-
YUV37.67142.86120.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.93%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 64 (25.39% from 255) = 49.61%
R=20.93%
G=29.46%
B=49.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2738640.580.4100.75222.1640.6617.84
Hex1B26403A2904Bde2912
Octal3346100725101133365122
Binary110111001101000000111010101001010010111101111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B2640; }

 p { color: rgb(27,38,64); }

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

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

 a { background-color: rgb(27,38,64); }

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

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

 span { border-color: rgb(27,38,64); }

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