Html Css Color HEX #15695F Blue Stone

📋 copy color: '#15695F'

red 21 ◦ green 105 ◦ blue 95

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

Shades of Blue Stone #15695F

Tints of Blue Stone #15695F

RGB

 RED value IS 21 (8.59% from 255) = 9.5%

 GREEN value IS 105 (41.41% from 255) = 47.51%

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 9.5%
G = 47.51%
B = 42.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#15695F (or 0x15695F) is known color: Blue Stone. HEX triplet: 15, 69 and 5F. RGB value is (21,105,95). Sum of RGB (Red+Green+Blue) = 21+105+95=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #15695F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15695F is #EA96A0. Grayscale: #4E4E4E. Windows color (decimal): -15373985 or 6252821. OLE color: 6252821.

HSL color Cylindrical-coordinate representation of color #15695F: hue angle of 172.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15695F is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 105 95 -
CMYK 0.80 0 0.10 0.59
HSL 172.86º 0.67% 0.25% -
HSV(B) 172.86º 0.8% 0.41% -
XYZ 7.43 11.09 12.58 -
YUV 78.74 137.17 86.81 -
System Red Green Blue C M Y K H S L
Decimal 21 105 95 0.80 0 0.10 0.59 172.86 0.67 0.25
Hex 15 69 5F 50 0 A 3B AD 43 19
Octal 25 151 137 120 0 12 73 255 103 31
Binary 10101 1101001 1011111 1010000 0 1010 111011 10101101 1000011 11001

Color Harmonies of #15695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15695F

Black with #15695F

Text Example


Text Example

White with #15695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15695F; }

 p { color: rgb(21,105,95); }

 H1.HeaderClassName
 {
   color: #15695F;
 }
 .AnyTagClassName
 {
   color: #15695F;
 }
</style>

background-color css

<style>
 a { background-color: #15695F; }

 a { background-color: rgb(21,105,95); }

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

border-color css

<style>
 span { border-color: #15695F; }

 span { border-color: rgb(21,105,95); }

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