Html Css Color HEX #19615B Blue Stone

📋 copy color: '#19615B'

red 25 ◦ green 97 ◦ blue 91

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

Shades of Blue Stone #19615B

Tints of Blue Stone #19615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.54%

 BLUE value IS 91 (35.94% from 255) = 42.72%

R = 11.74%
G = 45.54%
B = 42.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#19615B (or 0x19615B) is known color: Blue Stone. HEX triplet: 19, 61 and 5B. RGB value is (25,97,91). Sum of RGB (Red+Green+Blue) = 25+97+91=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #19615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19615B is #E69EA4. Grayscale: #4A4A4A. Windows color (decimal): -15113893 or 5988633. OLE color: 5988633.

HSL color Cylindrical-coordinate representation of color #19615B: hue angle of 175º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19615B is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 97 91 -
CMYK 0.74 0 0.06 0.62
HSL 175º 0.59% 0.24% -
HSV(B) 175º 0.74% 0.38% -
XYZ 6.56 9.51 11.39 -
YUV 74.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 25 97 91 0.74 0 0.06 0.62 175 0.59 0.24
Hex 19 61 5B 4A 0 6 3E AF 3B 18
Octal 31 141 133 112 0 6 76 257 73 30
Binary 11001 1100001 1011011 1001010 0 110 111110 10101111 111011 11000

Color Harmonies of #19615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19615B

Black with #19615B

Text Example


Text Example

White with #19615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19615B; }

 p { color: rgb(25,97,91); }

 H1.HeaderClassName
 {
   color: #19615B;
 }
 .AnyTagClassName
 {
   color: #19615B;
 }
</style>

background-color css

<style>
 a { background-color: #19615B; }

 a { background-color: rgb(25,97,91); }

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

border-color css

<style>
 span { border-color: #19615B; }

 span { border-color: rgb(25,97,91); }

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