#1B2340

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

Shades of Midnight Express #1B2340

Tints of Midnight Express #1B2340

Color information

#1B2340 (or 0x1B2340) is unknown color: approx Midnight Express. HEX triplet: 1B, 23 and 40. RGB value is (27,35,64). Sum of RGB (Red+Green+Blue) = 27+35+64=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B2340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2340 is #E4DCBF. Grayscale: #232323. Windows color (decimal): -14998720 or 4203291. OLE color: 4203291.

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

Color convert

RGB273564-
CMYK0.580.4500.75
HSL227.03º40.66%17.84%-
HSV(B)227.03º57.81%25.1%-
XYZ1.981.815.09-
YUV35.91143.85121.64-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.43%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=21.43%
G=27.78%
B=50.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2735640.580.4500.75227.0340.6617.84
Hex1B23403A2D04Be32912
Octal3343100725501133435122
Binary110111000111000000111010101101010010111110001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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