Html Css Color HEX #19625A Blue Stone

📋 copy color: '#19625A'

red 25 ◦ green 98 ◦ blue 90

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

Shades of Blue Stone #19625A

Tints of Blue Stone #19625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

 BLUE value IS 90 (35.55% from 255) = 42.25%

R = 11.74%
G = 46.01%
B = 42.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#19625A (or 0x19625A) is known color: Blue Stone. HEX triplet: 19, 62 and 5A. RGB value is (25,98,90). Sum of RGB (Red+Green+Blue) = 25+98+90=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #19625A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19625A is #E69DA5. Grayscale: #4B4B4B. Windows color (decimal): -15113638 or 5923353. OLE color: 5923353.

HSL color Cylindrical-coordinate representation of color #19625A: hue angle of 173.42º 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 #19625A is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 98 90 -
CMYK 0.74 0 0.08 0.62
HSL 173.42º 0.59% 0.24% -
HSV(B) 173.42º 0.74% 0.38% -
XYZ 6.61 9.68 11.19 -
YUV 75.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 25 98 90 0.74 0 0.08 0.62 173.42 0.59 0.24
Hex 19 62 5A 4A 0 8 3E AD 3B 18
Octal 31 142 132 112 0 10 76 255 73 30
Binary 11001 1100010 1011010 1001010 0 1000 111110 10101101 111011 11000

Color Harmonies of #19625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19625A

Black with #19625A

Text Example


Text Example

White with #19625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19625A; }

 p { color: rgb(25,98,90); }

 H1.HeaderClassName
 {
   color: #19625A;
 }
 .AnyTagClassName
 {
   color: #19625A;
 }
</style>

background-color css

<style>
 a { background-color: #19625A; }

 a { background-color: rgb(25,98,90); }

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

border-color css

<style>
 span { border-color: #19625A; }

 span { border-color: rgb(25,98,90); }

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