Html Css Color HEX #196257 Blue Stone

📋 copy color: '#196257'

red 25 ◦ green 98 ◦ blue 87

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

Shades of Blue Stone #196257

Tints of Blue Stone #196257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.43%

R = 11.9%
G = 46.67%
B = 41.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#196257 (or 0x196257) is known color: Blue Stone. HEX triplet: 19, 62 and 57. RGB value is (25,98,87). Sum of RGB (Red+Green+Blue) = 25+98+87=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #196257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196257 is #E69DA8. Grayscale: #4A4A4A. Windows color (decimal): -15113641 or 5726745. OLE color: 5726745.

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

Color convert

RGB 25 98 87 -
CMYK 0.74 0 0.11 0.62
HSL 170.96º 0.59% 0.24% -
HSV(B) 170.96º 0.74% 0.38% -
XYZ 6.49 9.63 10.53 -
YUV 74.92 134.82 92.39 -
System Red Green Blue C M Y K H S L
Decimal 25 98 87 0.74 0 0.11 0.62 170.96 0.59 0.24
Hex 19 62 57 4A 0 B 3E AB 3B 18
Octal 31 142 127 112 0 13 76 253 73 30
Binary 11001 1100010 1010111 1001010 0 1011 111110 10101011 111011 11000

Color Harmonies of #196257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196257

Black with #196257

Text Example


Text Example

White with #196257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196257; }

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

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

background-color css

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

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

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

border-color css

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

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

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