Html Css Color HEX #195957 Blue Stone

📋 copy color: '#195957'

red 25 ◦ green 89 ◦ blue 87

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

Shades of Blue Stone #195957

Tints of Blue Stone #195957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.28%

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

R = 12.44%
G = 44.28%
B = 43.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#195957 (or 0x195957) is known color: Blue Stone. HEX triplet: 19, 59 and 57. RGB value is (25,89,87). Sum of RGB (Red+Green+Blue) = 25+89+87=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #195957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195957 is #E6A6A8. Grayscale: #454545. Windows color (decimal): -15115945 or 5724441. OLE color: 5724441.

HSL color Cylindrical-coordinate representation of color #195957: hue angle of 178.12º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195957 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 89 87 -
CMYK 0.72 0 0.02 0.65
HSL 178.13º 0.56% 0.22% -
HSV(B) 178.13º 0.72% 0.35% -
XYZ 5.69 8.04 10.27 -
YUV 69.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 25 89 87 0.72 0 0.02 0.65 178.13 0.56 0.22
Hex 19 59 57 48 0 2 41 B2 38 16
Octal 31 131 127 110 0 2 101 262 70 26
Binary 11001 1011001 1010111 1001000 0 10 1000001 10110010 111000 10110

Color Harmonies of #195957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195957

Black with #195957

Text Example


Text Example

White with #195957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195957; }

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

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

background-color css

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

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

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

border-color css

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

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

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