#1B1D41

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

Shades of Midnight Express #1B1D41

Tints of Midnight Express #1B1D41

Color information

#1B1D41 (or 0x1B1D41) is unknown color: approx Midnight Express. HEX triplet: 1B, 1D and 41. RGB value is (27,29,65). Sum of RGB (Red+Green+Blue) = 27+29+65=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B1D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1D41 is #E4E2BE. Grayscale: #202020. Windows color (decimal): -15000255 or 4267291. OLE color: 4267291.

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

Color convert

RGB272965-
CMYK0.580.5500.75
HSL236.84º41.3%18.04%-
HSV(B)236.84º58.46%25.49%-
XYZ1.851.495.19-
YUV32.51146.34124.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.31%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 65 (25.78% from 255) = 53.72%
R=22.31%
G=23.97%
B=53.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2729650.580.5500.75236.8441.318.04
Hex1B1D413A3704Bed2912
Octal3335101726701133555122
Binary11011111011000001111010110111010010111110110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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