#1B2047

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

Shades of Midnight Express #1B2047

Tints of Midnight Express #1B2047

Color information

#1B2047 (or 0x1B2047) is unknown color: approx Midnight Express. HEX triplet: 1B, 20 and 47. RGB value is (27,32,71). Sum of RGB (Red+Green+Blue) = 27+32+71=130 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.77% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B2047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2047 is #E4DFB8. Grayscale: #222222. Windows color (decimal): -14999481 or 4661275. OLE color: 4661275.

HSL color Cylindrical-coordinate representation of color #1B2047: hue angle of 233.18º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B2047 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB273271-
CMYK0.620.5500.72
HSL233.18º44.9%19.22%-
HSV(B)233.18º61.97%27.84%-
XYZ2.111.726.18-
YUV34.95148.34122.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.77%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 71 (28.12% from 255) = 54.62%
R=20.77%
G=24.62%
B=54.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2732710.620.5500.72233.1844.919.22
Hex1B20473E37048e92d13
Octal3340107766701103515523
Binary110111000001000111111110110111010010001110100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,32,71); }

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

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

 a { background-color: rgb(27,32,71); }

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

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

 span { border-color: rgb(27,32,71); }

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