Html Css Color HEX #195857 Blue Stone

📋 copy color: '#195857'

red 25 ◦ green 88 ◦ blue 87

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

Shades of Blue Stone #195857

Tints of Blue Stone #195857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44%

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

R = 12.5%
G = 44%
B = 43.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#195857 (or 0x195857) is known color: Blue Stone. HEX triplet: 19, 58 and 57. RGB value is (25,88,87). Sum of RGB (Red+Green+Blue) = 25+88+87=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #195857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195857 is #E6A7A8. Grayscale: #444444. Windows color (decimal): -15116201 or 5724185. OLE color: 5724185.

HSL color Cylindrical-coordinate representation of color #195857: hue angle of 179.05º 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 #195857 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 88 87 -
CMYK 0.72 0 0.01 0.65
HSL 179.05º 0.56% 0.22% -
HSV(B) 179.05º 0.72% 0.35% -
XYZ 5.61 7.87 10.24 -
YUV 69.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 25 88 87 0.72 0 0.01 0.65 179.05 0.56 0.22
Hex 19 58 57 48 0 1 41 B3 38 16
Octal 31 130 127 110 0 1 101 263 70 26
Binary 11001 1011000 1010111 1001000 0 1 1000001 10110011 111000 10110

Color Harmonies of #195857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195857

Black with #195857

Text Example


Text Example

White with #195857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195857; }

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

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

background-color css

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

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

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

border-color css

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

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

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