Html Css Color HEX #19635D Blue Stone

📋 copy color: '#19635D'

red 25 ◦ green 99 ◦ blue 93

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

Shades of Blue Stone #19635D

Tints of Blue Stone #19635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.62%

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

R = 11.52%
G = 45.62%
B = 42.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#19635D (or 0x19635D) is known color: Blue Stone. HEX triplet: 19, 63 and 5D. RGB value is (25,99,93). Sum of RGB (Red+Green+Blue) = 25+99+93=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #19635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19635D is #E69CA2. Grayscale: #4C4C4C. Windows color (decimal): -15113379 or 6120217. OLE color: 6120217.

HSL color Cylindrical-coordinate representation of color #19635D: hue angle of 175.14º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19635D is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 99 93 -
CMYK 0.75 0 0.06 0.61
HSL 175.14º 0.6% 0.24% -
HSV(B) 175.14º 0.75% 0.39% -
XYZ 6.84 9.92 11.91 -
YUV 76.19 137.48 91.49 -
System Red Green Blue C M Y K H S L
Decimal 25 99 93 0.75 0 0.06 0.61 175.14 0.6 0.24
Hex 19 63 5D 4B 0 6 3D AF 3C 18
Octal 31 143 135 113 0 6 75 257 74 30
Binary 11001 1100011 1011101 1001011 0 110 111101 10101111 111100 11000

Color Harmonies of #19635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19635D

Black with #19635D

Text Example


Text Example

White with #19635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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