#1B2E46

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

Shades of Midnight #1B2E46

Tints of Midnight #1B2E46

Color information

#1B2E46 (or 0x1B2E46) is unknown color: approx Midnight. HEX triplet: 1B, 2E and 46. RGB value is (27,46,70). Sum of RGB (Red+Green+Blue) = 27+46+70=143 (18% of max value = 765). Red value is 27 (10.94% from 255 or 18.88% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #1B2E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2E46 is #E4D1B9. Grayscale: #2A2A2A. Windows color (decimal): -14995898 or 4599323. OLE color: 4599323.

HSL color Cylindrical-coordinate representation of color #1B2E46: hue angle of 213.49º 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 #1B2E46 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB274670-
CMYK0.610.3400.73
HSL213.49º44.33%19.02%-
HSV(B)213.49º61.43%27.45%-
XYZ2.532.636.17-
YUV43.06143.21116.55-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.88%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=18.88%
G=32.17%
B=48.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2746700.610.3400.73213.4944.3319.02
Hex1B2E463D22049d52c13
Octal3356106754201113255423
Binary110111011101000110111101100010010010011101010110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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