#1A2531

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

Shades of Blue Charcoal #1A2531

Tints of Blue Charcoal #1A2531

Color information

#1A2531 (or 0x1A2531) is unknown color: approx Blue Charcoal. HEX triplet: 1A, 25 and 31. RGB value is (26,37,49). Sum of RGB (Red+Green+Blue) = 26+37+49=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2531 is #E5DACE. Grayscale: #232323. Windows color (decimal): -15063759 or 3220762. OLE color: 3220762.

HSL color Cylindrical-coordinate representation of color #1A2531: hue angle of 211.3º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A2531 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB263749-
CMYK0.470.2400.81
HSL211.3º30.67%14.71%-
HSV(B)211.3º46.94%19.22%-
XYZ1.641.763.16-
YUV35.08135.86121.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.21%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 49 (19.53% from 255) = 43.75%
R=23.21%
G=33.04%
B=43.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2637490.470.2400.81211.330.6714.71
Hex1A25312F18051d31ff
Octal324561573001213233717
Binary11010100101110001101111110000101000111010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,37,49); }

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

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

 a { background-color: rgb(26,37,49); }

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

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

 span { border-color: rgb(26,37,49); }

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