Html Css Color HEX #195D63 Blue Stone

📋 copy color: '#195D63'

red 25 ◦ green 93 ◦ blue 99

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

Shades of Blue Stone #195D63

Tints of Blue Stone #195D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.86%

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

R = 11.52%
G = 42.86%
B = 45.62%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#195D63 (or 0x195D63) is known color: Blue Stone. HEX triplet: 19, 5D and 63. RGB value is (25,93,99). Sum of RGB (Red+Green+Blue) = 25+93+99=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #195D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D63 is #E6A29C. Grayscale: #494949. Windows color (decimal): -15114909 or 6511897. OLE color: 6511897.

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

Color convert

RGB 25 93 99 -
CMYK 0.75 0.06 0 0.61
HSL 184.86º 0.6% 0.24% -
HSV(B) 184.86º 0.75% 0.39% -
XYZ 6.57 8.94 13.18 -
YUV 73.35 142.47 93.51 -
System Red Green Blue C M Y K H S L
Decimal 25 93 99 0.75 0.06 0 0.61 184.86 0.6 0.24
Hex 19 5D 63 4B 6 0 3D B9 3C 18
Octal 31 135 143 113 6 0 75 271 74 30
Binary 11001 1011101 1100011 1001011 110 0 111101 10111001 111100 11000

Color Harmonies of #195D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D63

Black with #195D63

Text Example


Text Example

White with #195D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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