Html Css Color HEX #19685C Blue Stone

📋 copy color: '#19685C'

red 25 ◦ green 104 ◦ blue 92

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

Shades of Blue Stone #19685C

Tints of Blue Stone #19685C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.06%

 BLUE value IS 92 (36.33% from 255) = 41.63%

R = 11.31%
G = 47.06%
B = 41.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#19685C (or 0x19685C) is known color: Blue Stone. HEX triplet: 19, 68 and 5C. RGB value is (25,104,92). Sum of RGB (Red+Green+Blue) = 25+104+92=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #19685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19685C is #E697A3. Grayscale: #4E4E4E. Windows color (decimal): -15112100 or 6055961. OLE color: 6055961.

HSL color Cylindrical-coordinate representation of color #19685C: hue angle of 170.89º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19685C is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 104 92 -
CMYK 0.76 0 0.12 0.59
HSL 170.89º 0.61% 0.25% -
HSV(B) 170.89º 0.76% 0.41% -
XYZ 7.28 10.88 11.84 -
YUV 79.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 25 104 92 0.76 0 0.12 0.59 170.89 0.61 0.25
Hex 19 68 5C 4C 0 C 3B AB 3D 19
Octal 31 150 134 114 0 14 73 253 75 31
Binary 11001 1101000 1011100 1001100 0 1100 111011 10101011 111101 11001

Color Harmonies of #19685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19685C

Black with #19685C

Text Example


Text Example

White with #19685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19685C; }

 p { color: rgb(25,104,92); }

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

background-color css

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

 a { background-color: rgb(25,104,92); }

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

border-color css

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

 span { border-color: rgb(25,104,92); }

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