Html Css Color HEX #195659 Blue Stone

📋 copy color: '#195659'

red 25 ◦ green 86 ◦ blue 89

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

Shades of Blue Stone #195659

Tints of Blue Stone #195659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43%

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

R = 12.5%
G = 43%
B = 44.5%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#195659 (or 0x195659) is known color: Blue Stone. HEX triplet: 19, 56 and 59. RGB value is (25,86,89). Sum of RGB (Red+Green+Blue) = 25+86+89=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #195659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195659 is #E6A9A6. Grayscale: #444444. Windows color (decimal): -15116711 or 5854745. OLE color: 5854745.

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

Color convert

RGB 25 86 89 -
CMYK 0.72 0.03 0 0.65
HSL 182.81º 0.56% 0.22% -
HSV(B) 182.81º 0.72% 0.35% -
XYZ 5.53 7.58 10.62 -
YUV 68.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 25 86 89 0.72 0.03 0 0.65 182.81 0.56 0.22
Hex 19 56 59 48 3 0 41 B7 38 16
Octal 31 126 131 110 3 0 101 267 70 26
Binary 11001 1010110 1011001 1001000 11 0 1000001 10110111 111000 10110

Color Harmonies of #195659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195659

Black with #195659

Text Example


Text Example

White with #195659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195659; }

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

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

background-color css

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

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

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

border-color css

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

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

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