Html Css Color HEX #195861 Blue Stone

📋 copy color: '#195861'

red 25 ◦ green 88 ◦ blue 97

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

Shades of Blue Stone #195861

Tints of Blue Stone #195861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.9%

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

R = 11.9%
G = 41.9%
B = 46.19%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#195861 (or 0x195861) is known color: Blue Stone. HEX triplet: 19, 58 and 61. RGB value is (25,88,97). Sum of RGB (Red+Green+Blue) = 25+88+97=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #195861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195861 is #E6A79E. Grayscale: #464646. Windows color (decimal): -15116191 or 6379545. OLE color: 6379545.

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

Color convert

RGB 25 88 97 -
CMYK 0.74 0.09 0 0.62
HSL 187.5º 0.59% 0.24% -
HSV(B) 187.5º 0.74% 0.38% -
XYZ 6.05 8.05 12.54 -
YUV 70.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 25 88 97 0.74 0.09 0 0.62 187.5 0.59 0.24
Hex 19 58 61 4A 9 0 3E BC 3B 18
Octal 31 130 141 112 11 0 76 274 73 30
Binary 11001 1011000 1100001 1001010 1001 0 111110 10111100 111011 11000

Color Harmonies of #195861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195861

Black with #195861

Text Example


Text Example

White with #195861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195861; }

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

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

background-color css

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

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

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

border-color css

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

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

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