Html Css Color HEX #195D69 Blue Stone

📋 copy color: '#195D69'

red 25 ◦ green 93 ◦ blue 105

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

Shades of Blue Stone #195D69

Tints of Blue Stone #195D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 11.21%
G = 41.7%
B = 47.09%

CMYK

 C value IS 0.76

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#195D69 (or 0x195D69) is known color: Blue Stone. HEX triplet: 19, 5D and 69. RGB value is (25,93,105). Sum of RGB (Red+Green+Blue) = 25+93+105=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #195D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D69 is #E6A296. Grayscale: #494949. Windows color (decimal): -15114903 or 6905113. OLE color: 6905113.

HSL color Cylindrical-coordinate representation of color #195D69: hue angle of 189º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195D69 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 93 105 -
CMYK 0.76 0.11 0 0.59
HSL 189º 0.62% 0.25% -
HSV(B) 189º 0.76% 0.41% -
XYZ 6.87 9.06 14.75 -
YUV 74.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 25 93 105 0.76 0.11 0 0.59 189 0.62 0.25
Hex 19 5D 69 4C B 0 3B BD 3E 19
Octal 31 135 151 114 13 0 73 275 76 31
Binary 11001 1011101 1101001 1001100 1011 0 111011 10111101 111110 11001

Color Harmonies of #195D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D69

Black with #195D69

Text Example


Text Example

White with #195D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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