Html Css Color HEX #195560 Blue Stone

📋 copy color: '#195560'

red 25 ◦ green 85 ◦ blue 96

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

Shades of Blue Stone #195560

Tints of Blue Stone #195560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.26%

 BLUE value IS 96 (37.89% from 255) = 46.6%

R = 12.14%
G = 41.26%
B = 46.6%

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

#195560 (or 0x195560) is known color: Blue Stone. HEX triplet: 19, 55 and 60. RGB value is (25,85,96). Sum of RGB (Red+Green+Blue) = 25+85+96=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #195560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195560 is #E6AA9F. Grayscale: #444444. Windows color (decimal): -15116960 or 6313241. OLE color: 6313241.

HSL color Cylindrical-coordinate representation of color #195560: hue angle of 189.3º 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 #195560 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 85 96 -
CMYK 0.74 0.11 0 0.62
HSL 189.3º 0.59% 0.24% -
HSV(B) 189.3º 0.74% 0.38% -
XYZ 5.76 7.55 12.22 -
YUV 68.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 25 85 96 0.74 0.11 0 0.62 189.3 0.59 0.24
Hex 19 55 60 4A B 0 3E BD 3B 18
Octal 31 125 140 112 13 0 76 275 73 30
Binary 11001 1010101 1100000 1001010 1011 0 111110 10111101 111011 11000

Color Harmonies of #195560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195560

Black with #195560

Text Example


Text Example

White with #195560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195560; }

 p { color: rgb(25,85,96); }

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

background-color css

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

 a { background-color: rgb(25,85,96); }

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

border-color css

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

 span { border-color: rgb(25,85,96); }

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