Html Css Color HEX #19685D Blue Stone

📋 copy color: '#19685D'

red 25 ◦ green 104 ◦ blue 93

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

Shades of Blue Stone #19685D

Tints of Blue Stone #19685D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 11.26%
G = 46.85%
B = 41.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#19685D (or 0x19685D) is known color: Blue Stone. HEX triplet: 19, 68 and 5D. RGB value is (25,104,93). Sum of RGB (Red+Green+Blue) = 25+104+93=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #19685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19685D is #E697A2. Grayscale: #4F4F4F. Windows color (decimal): -15112099 or 6121497. OLE color: 6121497.

HSL color Cylindrical-coordinate representation of color #19685D: hue angle of 171.65º 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 #19685D is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 104 93 -
CMYK 0.76 0 0.11 0.59
HSL 171.65º 0.61% 0.25% -
HSV(B) 171.65º 0.76% 0.41% -
XYZ 7.33 10.9 12.07 -
YUV 79.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 25 104 93 0.76 0 0.11 0.59 171.65 0.61 0.25
Hex 19 68 5D 4C 0 B 3B AC 3D 19
Octal 31 150 135 114 0 13 73 254 75 31
Binary 11001 1101000 1011101 1001100 0 1011 111011 10101100 111101 11001

Color Harmonies of #19685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19685D

Black with #19685D

Text Example


Text Example

White with #19685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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