Html Css Color HEX #19706A Blue Stone

📋 copy color: '#19706A'

red 25 ◦ green 112 ◦ blue 106

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

Shades of Blue Stone #19706A

Tints of Blue Stone #19706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

 BLUE value IS 106 (41.8% from 255) = 43.62%

R = 10.29%
G = 46.09%
B = 43.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#19706A (or 0x19706A) is known color: Blue Stone. HEX triplet: 19, 70 and 6A. RGB value is (25,112,106). Sum of RGB (Red+Green+Blue) = 25+112+106=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #19706A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19706A is #E68F95. Grayscale: #555555. Windows color (decimal): -15110038 or 6975513. OLE color: 6975513.

HSL color Cylindrical-coordinate representation of color #19706A: hue angle of 175.86º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19706A is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 112 106 -
CMYK 0.78 0 0.05 0.56
HSL 175.86º 0.64% 0.27% -
HSV(B) 175.86º 0.78% 0.44% -
XYZ 8.8 12.84 15.65 -
YUV 85.3 139.68 84.99 -
System Red Green Blue C M Y K H S L
Decimal 25 112 106 0.78 0 0.05 0.56 175.86 0.64 0.27
Hex 19 70 6A 4E 0 5 38 B0 40 1B
Octal 31 160 152 116 0 5 70 260 100 33
Binary 11001 1110000 1101010 1001110 0 101 111000 10110000 1000000 11011

Color Harmonies of #19706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19706A

Black with #19706A

Text Example


Text Example

White with #19706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,112,106); }

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

background-color css

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

 a { background-color: rgb(25,112,106); }

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

border-color css

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

 span { border-color: rgb(25,112,106); }

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