Html Css Color HEX #155963 Blue Stone

📋 copy color: '#155963'

red 21 ◦ green 89 ◦ blue 99

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

Shades of Blue Stone #155963

Tints of Blue Stone #155963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.37%

R = 10.05%
G = 42.58%
B = 47.37%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#155963 (or 0x155963) is known color: Blue Stone. HEX triplet: 15, 59 and 63. RGB value is (21,89,99). Sum of RGB (Red+Green+Blue) = 21+89+99=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #155963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155963 is #EAA69C. Grayscale: #454545. Windows color (decimal): -15378077 or 6510869. OLE color: 6510869.

HSL color Cylindrical-coordinate representation of color #155963: hue angle of 187.69º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155963 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 89 99 -
CMYK 0.79 0.10 0 0.61
HSL 187.69º 0.65% 0.24% -
HSV(B) 187.69º 0.79% 0.39% -
XYZ 6.13 8.21 13.06 -
YUV 69.81 144.47 93.19 -
System Red Green Blue C M Y K H S L
Decimal 21 89 99 0.79 0.10 0 0.61 187.69 0.65 0.24
Hex 15 59 63 4F A 0 3D BC 41 18
Octal 25 131 143 117 12 0 75 274 101 30
Binary 10101 1011001 1100011 1001111 1010 0 111101 10111100 1000001 11000

Color Harmonies of #155963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155963

Black with #155963

Text Example


Text Example

White with #155963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155963; }

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

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

background-color css

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

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

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

border-color css

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

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

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