Html Css Color HEX #1A2432 Blue Charcoal

📋 copy color: '#1A2432'

red 26 ◦ green 36 ◦ blue 50

#1A2432
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Charcoal #1A2432

Tints of Blue Charcoal #1A2432

RGB

 RED value IS 26 (10.55% from 255) = 23.21%

 GREEN value IS 36 (14.45% from 255) = 32.14%

 BLUE value IS 50 (19.92% from 255) = 44.64%

R = 23.21%
G = 32.14%
B = 44.64%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1A2432 (or 0x1A2432) is known color: Blue Charcoal. HEX triplet: 1A, 24 and 32. RGB value is (26,36,50). Sum of RGB (Red+Green+Blue) = 26+36+50=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #1A2432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2432 is #E5DBCD. Grayscale: #222222. Windows color (decimal): -15064014 or 3286042. OLE color: 3286042.

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

Color convert

RGB 26 36 50 -
CMYK 0.48 0.28 0 0.80
HSL 215º 0.32% 0.15% -
HSV(B) 215º 0.48% 0.2% -
XYZ 1.63 1.71 3.26 -
YUV 34.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 26 36 50 0.48 0.28 0 0.80 215 0.32 0.15
Hex 1A 24 32 30 1C 0 50 D7 20 F
Octal 32 44 62 60 34 0 120 327 40 17
Binary 11010 100100 110010 110000 11100 0 1010000 11010111 100000 1111

Color Harmonies of #1A2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2432

Black with #1A2432

Text Example


Text Example

White with #1A2432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,36,50); }

 H1.HeaderClassName
 {
   color: #1A2432;
 }
 .AnyTagClassName
 {
   color: #1A2432;
 }
</style>

background-color css

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

 a { background-color: rgb(26,36,50); }

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

border-color css

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

 span { border-color: rgb(26,36,50); }

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