#192532

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

Shades of Blue Charcoal #192532

Tints of Blue Charcoal #192532

Color information

#192532 (or 0x192532) is unknown color: approx Blue Charcoal. HEX triplet: 19, 25 and 32. RGB value is (25,37,50). Sum of RGB (Red+Green+Blue) = 25+37+50=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 37 (14.84% from 255 or 33.04% 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 #192532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192532 is #E6DACD. Grayscale: #222222. Windows color (decimal): -15129294 or 3286297. OLE color: 3286297.

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

Color convert

RGB253750-
CMYK0.500.2600.80
HSL211.2º33.33%14.71%-
HSV(B)211.2º50%19.61%-
XYZ1.641.763.27-
YUV34.89136.52120.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.32%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 50 (19.92% from 255) = 44.64%
R=22.32%
G=33.04%
B=44.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2537500.500.2600.80211.233.3314.71
Hex192532321A050d321f
Octal314562623201203234117
Binary110011001011100101100101101001010000110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192532; }

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

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

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

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

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

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

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

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