Html Css Color HEX #195E63 Blue Stone

📋 copy color: '#195E63'

red 25 ◦ green 94 ◦ blue 99

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

Shades of Blue Stone #195E63

Tints of Blue Stone #195E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.12%

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

R = 11.47%
G = 43.12%
B = 45.41%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#195E63 (or 0x195E63) is known color: Blue Stone. HEX triplet: 19, 5E and 63. RGB value is (25,94,99). Sum of RGB (Red+Green+Blue) = 25+94+99=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #195E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195E63 is #E6A19C. Grayscale: #494949. Windows color (decimal): -15114653 or 6512153. OLE color: 6512153.

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

Color convert

RGB 25 94 99 -
CMYK 0.75 0.05 0 0.61
HSL 184.05º 0.6% 0.24% -
HSV(B) 184.05º 0.75% 0.39% -
XYZ 6.66 9.11 13.21 -
YUV 73.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 25 94 99 0.75 0.05 0 0.61 184.05 0.6 0.24
Hex 19 5E 63 4B 5 0 3D B8 3C 18
Octal 31 136 143 113 5 0 75 270 74 30
Binary 11001 1011110 1100011 1001011 101 0 111101 10111000 111100 11000

Color Harmonies of #195E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195E63

Black with #195E63

Text Example


Text Example

White with #195E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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