#1B2440

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

Shades of Midnight Express #1B2440

Tints of Midnight Express #1B2440

Color information

#1B2440 (or 0x1B2440) is unknown color: approx Midnight Express. HEX triplet: 1B, 24 and 40. RGB value is (27,36,64). Sum of RGB (Red+Green+Blue) = 27+36+64=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B2440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2440 is #E4DBBF. Grayscale: #242424. Windows color (decimal): -14998464 or 4203547. OLE color: 4203547.

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

Color convert

RGB273664-
CMYK0.580.4400.75
HSL225.41º40.66%17.84%-
HSV(B)225.41º57.81%25.1%-
XYZ2.011.865.1-
YUV36.5143.52121.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.26%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=21.26%
G=28.35%
B=50.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2736640.580.4400.75225.4140.6617.84
Hex1B24403A2C04Be12912
Octal3344100725401133415122
Binary110111001001000000111010101100010010111110000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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