Html Css Color HEX #195661 Blue Stone

📋 copy color: '#195661'

red 25 ◦ green 86 ◦ blue 97

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

Shades of Blue Stone #195661

Tints of Blue Stone #195661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.63%

R = 12.02%
G = 41.35%
B = 46.63%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#195661 (or 0x195661) is known color: Blue Stone. HEX triplet: 19, 56 and 61. RGB value is (25,86,97). Sum of RGB (Red+Green+Blue) = 25+86+97=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #195661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195661 is #E6A99E. Grayscale: #444444. Windows color (decimal): -15116703 or 6379033. OLE color: 6379033.

HSL color Cylindrical-coordinate representation of color #195661: hue angle of 189.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195661 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 86 97 -
CMYK 0.74 0.11 0 0.62
HSL 189.17º 0.59% 0.24% -
HSV(B) 189.17º 0.74% 0.38% -
XYZ 5.89 7.73 12.49 -
YUV 69.02 143.79 96.61 -
System Red Green Blue C M Y K H S L
Decimal 25 86 97 0.74 0.11 0 0.62 189.17 0.59 0.24
Hex 19 56 61 4A B 0 3E BD 3B 18
Octal 31 126 141 112 13 0 76 275 73 30
Binary 11001 1010110 1100001 1001010 1011 0 111110 10111101 111011 11000

Color Harmonies of #195661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195661

Black with #195661

Text Example


Text Example

White with #195661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195661; }

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

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

background-color css

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

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

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

border-color css

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

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

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