Html Css Color HEX #19675F Blue Stone

📋 copy color: '#19675F'

red 25 ◦ green 103 ◦ blue 95

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

Shades of Blue Stone #19675F

Tints of Blue Stone #19675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.19%

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

R = 11.21%
G = 46.19%
B = 42.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#19675F (or 0x19675F) is known color: Blue Stone. HEX triplet: 19, 67 and 5F. RGB value is (25,103,95). Sum of RGB (Red+Green+Blue) = 25+103+95=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 103 - color contains mainly: green. Hex color #19675F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19675F is #E698A0. Grayscale: #4E4E4E. Windows color (decimal): -15112353 or 6252313. OLE color: 6252313.

HSL color Cylindrical-coordinate representation of color #19675F: hue angle of 173.85º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19675F is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 103 95 -
CMYK 0.76 0 0.08 0.60
HSL 173.85º 0.61% 0.25% -
HSV(B) 173.85º 0.76% 0.4% -
XYZ 7.32 10.73 12.51 -
YUV 78.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 25 103 95 0.76 0 0.08 0.60 173.85 0.61 0.25
Hex 19 67 5F 4C 0 8 3C AE 3D 19
Octal 31 147 137 114 0 10 74 256 75 31
Binary 11001 1100111 1011111 1001100 0 1000 111100 10101110 111101 11001

Color Harmonies of #19675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19675F

Black with #19675F

Text Example


Text Example

White with #19675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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