Html Css Color HEX #195D6A Blue Stone

📋 copy color: '#195D6A'

red 25 ◦ green 93 ◦ blue 106

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

Shades of Blue Stone #195D6A

Tints of Blue Stone #195D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.32%

R = 11.16%
G = 41.52%
B = 47.32%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#195D6A (or 0x195D6A) is known color: Blue Stone. HEX triplet: 19, 5D and 6A. RGB value is (25,93,106). Sum of RGB (Red+Green+Blue) = 25+93+106=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #195D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D6A is #E6A295. Grayscale: #4A4A4A. Windows color (decimal): -15114902 or 6970649. OLE color: 6970649.

HSL color Cylindrical-coordinate representation of color #195D6A: hue angle of 189.63º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195D6A is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 93 106 -
CMYK 0.76 0.12 0 0.58
HSL 189.63º 0.62% 0.26% -
HSV(B) 189.63º 0.76% 0.42% -
XYZ 6.92 9.08 15.02 -
YUV 74.15 145.97 92.94 -
System Red Green Blue C M Y K H S L
Decimal 25 93 106 0.76 0.12 0 0.58 189.63 0.62 0.26
Hex 19 5D 6A 4C C 0 3A BE 3E 1A
Octal 31 135 152 114 14 0 72 276 76 32
Binary 11001 1011101 1101010 1001100 1100 0 111010 10111110 111110 11010

Color Harmonies of #195D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D6A

Black with #195D6A

Text Example


Text Example

White with #195D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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