Html Css Color HEX #195963 Blue Stone

📋 copy color: '#195963'

red 25 ◦ green 89 ◦ blue 99

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

Shades of Blue Stone #195963

Tints of Blue Stone #195963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.48%

R = 11.74%
G = 41.78%
B = 46.48%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#195963 (or 0x195963) is known color: Blue Stone. HEX triplet: 19, 59 and 63. RGB value is (25,89,99). Sum of RGB (Red+Green+Blue) = 25+89+99=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #195963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195963 is #E6A69C. Grayscale: #464646. Windows color (decimal): -15115933 or 6510873. OLE color: 6510873.

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

Color convert

RGB 25 89 99 -
CMYK 0.75 0.10 0 0.61
HSL 188.11º 0.6% 0.24% -
HSV(B) 188.11º 0.75% 0.39% -
XYZ 6.23 8.25 13.07 -
YUV 71 143.8 95.19 -
System Red Green Blue C M Y K H S L
Decimal 25 89 99 0.75 0.10 0 0.61 188.11 0.6 0.24
Hex 19 59 63 4B A 0 3D BC 3C 18
Octal 31 131 143 113 12 0 75 274 74 30
Binary 11001 1011001 1100011 1001011 1010 0 111101 10111100 111100 11000

Color Harmonies of #195963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195963

Black with #195963

Text Example


Text Example

White with #195963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195963; }

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

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

background-color css

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

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

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

border-color css

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

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

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