Html Css Color HEX #195958 Blue Stone

📋 copy color: '#195958'

red 25 ◦ green 89 ◦ blue 88

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

Shades of Blue Stone #195958

Tints of Blue Stone #195958

RGB

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

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

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

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

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

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

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

Color convert

RGB 25 89 88 -
CMYK 0.72 0 0.01 0.65
HSL 179.06º 0.56% 0.22% -
HSV(B) 179.06º 0.72% 0.35% -
XYZ 5.73 8.06 10.49 -
YUV 69.75 138.3 96.08 -
System Red Green Blue C M Y K H S L
Decimal 25 89 88 0.72 0 0.01 0.65 179.06 0.56 0.22
Hex 19 59 58 48 0 1 41 B3 38 16
Octal 31 131 130 110 0 1 101 263 70 26
Binary 11001 1011001 1011000 1001000 0 1 1000001 10110011 111000 10110

Color Harmonies of #195958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195958

Black with #195958

Text Example


Text Example

White with #195958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195958; }

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

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

background-color css

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

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

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

border-color css

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

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

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