Html Css Color HEX #192332 Blue Charcoal

📋 copy color: '#192332'

red 25 ◦ green 35 ◦ blue 50

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

Shades of Blue Charcoal #192332

Tints of Blue Charcoal #192332

RGB

 RED value IS 25 (10.16% from 255) = 22.73%

 GREEN value IS 35 (14.06% from 255) = 31.82%

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

R = 22.73%
G = 31.82%
B = 45.45%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#192332 (or 0x192332) is known color: Blue Charcoal. HEX triplet: 19, 23 and 32. RGB value is (25,35,50). Sum of RGB (Red+Green+Blue) = 25+35+50=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #192332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192332 is #E6DCCD. Grayscale: #212121. Windows color (decimal): -15129806 or 3285785. OLE color: 3285785.

HSL color Cylindrical-coordinate representation of color #192332: hue angle of 216º 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 #192332 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 35 50 -
CMYK 0.50 0.30 0 0.80
HSL 216º 0.33% 0.15% -
HSV(B) 216º 0.5% 0.2% -
XYZ 1.58 1.64 3.25 -
YUV 33.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 25 35 50 0.50 0.30 0 0.80 216 0.33 0.15
Hex 19 23 32 32 1E 0 50 D8 21 F
Octal 31 43 62 62 36 0 120 330 41 17
Binary 11001 100011 110010 110010 11110 0 1010000 11011000 100001 1111

Color Harmonies of #192332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192332

Black with #192332

Text Example


Text Example

White with #192332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192332; }

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

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

background-color css

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

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

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

border-color css

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

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

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