Html Css Color HEX #155965 Blue Stone

📋 copy color: '#155965'

red 21 ◦ green 89 ◦ blue 101

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

Shades of Blue Stone #155965

Tints of Blue Stone #155965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

 BLUE value IS 101 (39.84% from 255) = 47.87%

R = 9.95%
G = 42.18%
B = 47.87%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#155965 (or 0x155965) is known color: Blue Stone. HEX triplet: 15, 59 and 65. RGB value is (21,89,101). Sum of RGB (Red+Green+Blue) = 21+89+101=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #155965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155965 is #EAA69A. Grayscale: #454545. Windows color (decimal): -15378075 or 6641941. OLE color: 6641941.

HSL color Cylindrical-coordinate representation of color #155965: hue angle of 189º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155965 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 89 101 -
CMYK 0.79 0.12 0 0.60
HSL 189º 0.66% 0.24% -
HSV(B) 189º 0.79% 0.4% -
XYZ 6.23 8.24 13.57 -
YUV 70.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 21 89 101 0.79 0.12 0 0.60 189 0.66 0.24
Hex 15 59 65 4F C 0 3C BD 42 18
Octal 25 131 145 117 14 0 74 275 102 30
Binary 10101 1011001 1100101 1001111 1100 0 111100 10111101 1000010 11000

Color Harmonies of #155965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155965

Black with #155965

Text Example


Text Example

White with #155965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155965; }

 p { color: rgb(21,89,101); }

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

background-color css

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

 a { background-color: rgb(21,89,101); }

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

border-color css

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

 span { border-color: rgb(21,89,101); }

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