#1B2846

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

Shades of Midnight Express #1B2846

Tints of Midnight Express #1B2846

Color information

#1B2846 (or 0x1B2846) is unknown color: approx Midnight Express. HEX triplet: 1B, 28 and 46. RGB value is (27,40,70). Sum of RGB (Red+Green+Blue) = 27+40+70=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #1B2846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2846 is #E4D7B9. Grayscale: #272727. Windows color (decimal): -14997434 or 4597787. OLE color: 4597787.

HSL color Cylindrical-coordinate representation of color #1B2846: hue angle of 221.86º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B2846 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB274070-
CMYK0.610.4300.73
HSL221.86º44.33%19.02%-
HSV(B)221.86º61.43%27.45%-
XYZ2.322.196.1-
YUV39.53145.19119.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.71%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 70 (27.73% from 255) = 51.09%
R=19.71%
G=29.20%
B=51.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2740700.610.4300.73221.8644.3319.02
Hex1B28463D2B049de2c13
Octal3350106755301113365423
Binary110111010001000110111101101011010010011101111010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,40,70); }

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

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

 a { background-color: rgb(27,40,70); }

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

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

 span { border-color: rgb(27,40,70); }

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