Html Css Color HEX #19685F Blue Stone

📋 copy color: '#19685F'

red 25 ◦ green 104 ◦ blue 95

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

Shades of Blue Stone #19685F

Tints of Blue Stone #19685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 11.16%
G = 46.43%
B = 42.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#19685F (or 0x19685F) is known color: Blue Stone. HEX triplet: 19, 68 and 5F. RGB value is (25,104,95). Sum of RGB (Red+Green+Blue) = 25+104+95=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #19685F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19685F is #E697A0. Grayscale: #4F4F4F. Windows color (decimal): -15112097 or 6252569. OLE color: 6252569.

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

Color convert

RGB 25 104 95 -
CMYK 0.76 0 0.09 0.59
HSL 173.16º 0.61% 0.25% -
HSV(B) 173.16º 0.76% 0.41% -
XYZ 7.42 10.93 12.55 -
YUV 79.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 25 104 95 0.76 0 0.09 0.59 173.16 0.61 0.25
Hex 19 68 5F 4C 0 9 3B AD 3D 19
Octal 31 150 137 114 0 11 73 255 75 31
Binary 11001 1101000 1011111 1001100 0 1001 111011 10101101 111101 11001

Color Harmonies of #19685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19685F

Black with #19685F

Text Example


Text Example

White with #19685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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