#1B263C

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

Shades of Midnight Express #1B263C

Tints of Midnight Express #1B263C

Color information

#1B263C (or 0x1B263C) is unknown color: approx Midnight Express. HEX triplet: 1B, 26 and 3C. RGB value is (27,38,60). Sum of RGB (Red+Green+Blue) = 27+38+60=125 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.6% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B263C is #E4D9C3. Grayscale: #252525. Windows color (decimal): -14997956 or 3941915. OLE color: 3941915.

HSL color Cylindrical-coordinate representation of color #1B263C: hue angle of 220º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1B263C is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB273860-
CMYK0.550.3700.76
HSL220º37.93%17.06%-
HSV(B)220º55%23.53%-
XYZ1.961.954.55-
YUV37.22140.86120.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.6%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 60 (23.83% from 255) = 48%
R=21.6%
G=30.4%
B=48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2738600.550.3700.7622037.9317.06
Hex1B263C372504Cdc2611
Octal334674674501143344621
Binary11011100110111100110111100101010011001101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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