Html Css Color HEX #195A63 Blue Stone

📋 copy color: '#195A63'

red 25 ◦ green 90 ◦ blue 99

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

Shades of Blue Stone #195A63

Tints of Blue Stone #195A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.06%

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

R = 11.68%
G = 42.06%
B = 46.26%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#195A63 (or 0x195A63) is known color: Blue Stone. HEX triplet: 19, 5A and 63. RGB value is (25,90,99). Sum of RGB (Red+Green+Blue) = 25+90+99=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #195A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A63 is #E6A59C. Grayscale: #474747. Windows color (decimal): -15115677 or 6511129. OLE color: 6511129.

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

Color convert

RGB 25 90 99 -
CMYK 0.75 0.09 0 0.61
HSL 187.3º 0.6% 0.24% -
HSV(B) 187.3º 0.75% 0.39% -
XYZ 6.31 8.42 13.1 -
YUV 71.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 25 90 99 0.75 0.09 0 0.61 187.3 0.6 0.24
Hex 19 5A 63 4B 9 0 3D BB 3C 18
Octal 31 132 143 113 11 0 75 273 74 30
Binary 11001 1011010 1100011 1001011 1001 0 111101 10111011 111100 11000

Color Harmonies of #195A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A63

Black with #195A63

Text Example


Text Example

White with #195A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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