Html Css Color HEX #19635F Blue Stone

📋 copy color: '#19635F'

red 25 ◦ green 99 ◦ blue 95

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

Shades of Blue Stone #19635F

Tints of Blue Stone #19635F

RGB

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

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

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

R = 11.42%
G = 45.21%
B = 43.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#19635F (or 0x19635F) is known color: Blue Stone. HEX triplet: 19, 63 and 5F. RGB value is (25,99,95). Sum of RGB (Red+Green+Blue) = 25+99+95=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #19635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19635F is #E69CA0. Grayscale: #4C4C4C. Windows color (decimal): -15113377 or 6251289. OLE color: 6251289.

HSL color Cylindrical-coordinate representation of color #19635F: hue angle of 176.76º 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 #19635F is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 99 95 -
CMYK 0.75 0 0.04 0.61
HSL 176.76º 0.6% 0.24% -
HSV(B) 176.76º 0.75% 0.39% -
XYZ 6.93 9.96 12.38 -
YUV 76.42 138.48 91.33 -
System Red Green Blue C M Y K H S L
Decimal 25 99 95 0.75 0 0.04 0.61 176.76 0.6 0.24
Hex 19 63 5F 4B 0 4 3D B1 3C 18
Octal 31 143 137 113 0 4 75 261 74 30
Binary 11001 1100011 1011111 1001011 0 100 111101 10110001 111100 11000

Color Harmonies of #19635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19635F

Black with #19635F

Text Example


Text Example

White with #19635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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