Html Css Color HEX #195859 Blue Stone

📋 copy color: '#195859'

red 25 ◦ green 88 ◦ blue 89

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

Shades of Blue Stone #195859

Tints of Blue Stone #195859

RGB

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

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

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

R = 12.38%
G = 43.56%
B = 44.06%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#195859 (or 0x195859) is known color: Blue Stone. HEX triplet: 19, 58 and 59. RGB value is (25,88,89). Sum of RGB (Red+Green+Blue) = 25+88+89=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #195859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195859 is #E6A7A6. Grayscale: #454545. Windows color (decimal): -15116199 or 5855257. OLE color: 5855257.

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

Color convert

RGB 25 88 89 -
CMYK 0.72 0.01 0 0.65
HSL 180.94º 0.56% 0.22% -
HSV(B) 180.94º 0.72% 0.35% -
XYZ 5.69 7.91 10.68 -
YUV 69.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 25 88 89 0.72 0.01 0 0.65 180.94 0.56 0.22
Hex 19 58 59 48 1 0 41 B5 38 16
Octal 31 130 131 110 1 0 101 265 70 26
Binary 11001 1011000 1011001 1001000 1 0 1000001 10110101 111000 10110

Color Harmonies of #195859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195859

Black with #195859

Text Example


Text Example

White with #195859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195859; }

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

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

background-color css

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

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

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

border-color css

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

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

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