#1B2740

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

Shades of Midnight Express #1B2740

Tints of Midnight Express #1B2740

Color information

#1B2740 (or 0x1B2740) is unknown color: approx Midnight Express. HEX triplet: 1B, 27 and 40. RGB value is (27,39,64). Sum of RGB (Red+Green+Blue) = 27+39+64=130 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.77% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B2740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2740 is #E4D8BF. Grayscale: #262626. Windows color (decimal): -14997696 or 4204315. OLE color: 4204315.

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

Color convert

RGB273964-
CMYK0.580.3900.75
HSL220.54º40.66%17.84%-
HSV(B)220.54º57.81%25.1%-
XYZ2.12.055.14-
YUV38.26142.52119.97-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.77%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 64 (25.39% from 255) = 49.23%
R=20.77%
G=30%
B=49.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2739640.580.3900.75220.5440.6617.84
Hex1B27403A2704Bdd2912
Octal3347100724701133355122
Binary110111001111000000111010100111010010111101110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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