#1B2532

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

Shades of Blue Charcoal #1B2532

Tints of Blue Charcoal #1B2532

Color information

#1B2532 (or 0x1B2532) is unknown color: approx Blue Charcoal. HEX triplet: 1B, 25 and 32. RGB value is (27,37,50). Sum of RGB (Red+Green+Blue) = 27+37+50=114 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.68% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #1B2532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2532 is #E4DACD. Grayscale: #232323. Windows color (decimal): -14998222 or 3286299. OLE color: 3286299.

HSL color Cylindrical-coordinate representation of color #1B2532: hue angle of 213.91º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B2532 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB273750-
CMYK0.460.2600.80
HSL213.91º29.87%15.1%-
HSV(B)213.91º46%19.61%-
XYZ1.691.793.27-
YUV35.49136.19121.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.68%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 50 (19.92% from 255) = 43.86%
R=23.68%
G=32.46%
B=43.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2737500.460.2600.80213.9129.8715.1
Hex1B25322E1A050d61ef
Octal334562563201203263617
Binary11011100101110010101110110100101000011010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,37,50); }

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

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

 a { background-color: rgb(27,37,50); }

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

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

 span { border-color: rgb(27,37,50); }

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