Html Css Color HEX #195A5E Blue Stone

📋 copy color: '#195A5E'

red 25 ◦ green 90 ◦ blue 94

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

Shades of Blue Stone #195A5E

Tints of Blue Stone #195A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.98%

R = 11.96%
G = 43.06%
B = 44.98%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#195A5E (or 0x195A5E) is known color: Blue Stone. HEX triplet: 19, 5A and 5E. RGB value is (25,90,94). Sum of RGB (Red+Green+Blue) = 25+90+94=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #195A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A5E is #E6A5A1. Grayscale: #464646. Windows color (decimal): -15115682 or 6183449. OLE color: 6183449.

HSL color Cylindrical-coordinate representation of color #195A5E: hue angle of 183.48º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195A5E is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 90 94 -
CMYK 0.73 0.04 0 0.63
HSL 183.48º 0.58% 0.23% -
HSV(B) 183.48º 0.73% 0.37% -
XYZ 6.08 8.33 11.88 -
YUV 71.02 140.97 95.17 -
System Red Green Blue C M Y K H S L
Decimal 25 90 94 0.73 0.04 0 0.63 183.48 0.58 0.23
Hex 19 5A 5E 49 4 0 3F B7 3A 17
Octal 31 132 136 111 4 0 77 267 72 27
Binary 11001 1011010 1011110 1001001 100 0 111111 10110111 111010 10111

Color Harmonies of #195A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A5E

Black with #195A5E

Text Example


Text Example

White with #195A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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