Html Css Color HEX #195664 Blue Stone

📋 copy color: '#195664'

red 25 ◦ green 86 ◦ blue 100

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

Shades of Blue Stone #195664

Tints of Blue Stone #195664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.39%

R = 11.85%
G = 40.76%
B = 47.39%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#195664 (or 0x195664) is known color: Blue Stone. HEX triplet: 19, 56 and 64. RGB value is (25,86,100). Sum of RGB (Red+Green+Blue) = 25+86+100=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #195664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195664 is #E6A99B. Grayscale: #454545. Windows color (decimal): -15116700 or 6575641. OLE color: 6575641.

HSL color Cylindrical-coordinate representation of color #195664: hue angle of 191.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195664 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 86 100 -
CMYK 0.75 0.14 0 0.61
HSL 191.2º 0.6% 0.25% -
HSV(B) 191.2º 0.75% 0.39% -
XYZ 6.03 7.78 13.24 -
YUV 69.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 25 86 100 0.75 0.14 0 0.61 191.2 0.6 0.25
Hex 19 56 64 4B E 0 3D BF 3C 19
Octal 31 126 144 113 16 0 75 277 74 31
Binary 11001 1010110 1100100 1001011 1110 0 111101 10111111 111100 11001

Color Harmonies of #195664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195664

Black with #195664

Text Example


Text Example

White with #195664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195664; }

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

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

background-color css

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

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

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

border-color css

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

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

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