Html Css Color HEX #195964 Blue Stone

📋 copy color: '#195964'

red 25 ◦ green 89 ◦ blue 100

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

Shades of Blue Stone #195964

Tints of Blue Stone #195964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.59%

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

R = 11.68%
G = 41.59%
B = 46.73%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#195964 (or 0x195964) is known color: Blue Stone. HEX triplet: 19, 59 and 64. RGB value is (25,89,100). Sum of RGB (Red+Green+Blue) = 25+89+100=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #195964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195964 is #E6A69B. Grayscale: #474747. Windows color (decimal): -15115932 or 6576409. OLE color: 6576409.

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

Color convert

RGB 25 89 100 -
CMYK 0.75 0.11 0 0.61
HSL 188.8º 0.6% 0.25% -
HSV(B) 188.8º 0.75% 0.39% -
XYZ 6.27 8.27 13.32 -
YUV 71.12 144.3 95.11 -
System Red Green Blue C M Y K H S L
Decimal 25 89 100 0.75 0.11 0 0.61 188.8 0.6 0.25
Hex 19 59 64 4B B 0 3D BD 3C 19
Octal 31 131 144 113 13 0 75 275 74 31
Binary 11001 1011001 1100100 1001011 1011 0 111101 10111101 111100 11001

Color Harmonies of #195964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195964

Black with #195964

Text Example


Text Example

White with #195964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195964; }

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

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

background-color css

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

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

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

border-color css

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

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

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