Html Css Color HEX #195754 Blue Stone

📋 copy color: '#195754'

red 25 ◦ green 87 ◦ blue 84

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

Shades of Blue Stone #195754

Tints of Blue Stone #195754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.86%

R = 12.76%
G = 44.39%
B = 42.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#195754 (or 0x195754) is known color: Blue Stone. HEX triplet: 19, 57 and 54. RGB value is (25,87,84). Sum of RGB (Red+Green+Blue) = 25+87+84=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #195754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195754 is #E6A8AB. Grayscale: #444444. Windows color (decimal): -15116460 or 5527321. OLE color: 5527321.

HSL color Cylindrical-coordinate representation of color #195754: hue angle of 177.1º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195754 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 87 84 -
CMYK 0.71 0 0.03 0.66
HSL 177.1º 0.55% 0.22% -
HSV(B) 177.1º 0.71% 0.34% -
XYZ 5.41 7.66 9.58 -
YUV 68.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 25 87 84 0.71 0 0.03 0.66 177.1 0.55 0.22
Hex 19 57 54 47 0 3 42 B1 37 16
Octal 31 127 124 107 0 3 102 261 67 26
Binary 11001 1010111 1010100 1000111 0 11 1000010 10110001 110111 10110

Color Harmonies of #195754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195754

Black with #195754

Text Example


Text Example

White with #195754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195754; }

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

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

background-color css

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

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

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

border-color css

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

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

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