Html Css Color HEX #195759 Blue Stone

📋 copy color: '#195759'

red 25 ◦ green 87 ◦ blue 89

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

Shades of Blue Stone #195759

Tints of Blue Stone #195759

RGB

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

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

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

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

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 25 87 89 -
CMYK 0.72 0.02 0 0.65
HSL 181.88º 0.56% 0.22% -
HSV(B) 181.88º 0.72% 0.35% -
XYZ 5.61 7.74 10.65 -
YUV 68.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 25 87 89 0.72 0.02 0 0.65 181.88 0.56 0.22
Hex 19 57 59 48 2 0 41 B6 38 16
Octal 31 127 131 110 2 0 101 266 70 26
Binary 11001 1010111 1011001 1001000 10 0 1000001 10110110 111000 10110

Color Harmonies of #195759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195759

Black with #195759

Text Example


Text Example

White with #195759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195759; }

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

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

background-color css

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

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

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

border-color css

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

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

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