Html Css Color HEX #155A65 Blue Stone

📋 copy color: '#155A65'

red 21 ◦ green 90 ◦ blue 101

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

Shades of Blue Stone #155A65

Tints of Blue Stone #155A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.45%

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

R = 9.91%
G = 42.45%
B = 47.64%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#155A65 (or 0x155A65) is known color: Blue Stone. HEX triplet: 15, 5A and 65. RGB value is (21,90,101). Sum of RGB (Red+Green+Blue) = 21+90+101=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #155A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A65 is #EAA59A. Grayscale: #464646. Windows color (decimal): -15377819 or 6642197. OLE color: 6642197.

HSL color Cylindrical-coordinate representation of color #155A65: hue angle of 188.25º 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 #155A65 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 90 101 -
CMYK 0.79 0.11 0 0.60
HSL 188.25º 0.66% 0.24% -
HSV(B) 188.25º 0.79% 0.4% -
XYZ 6.31 8.41 13.6 -
YUV 70.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 21 90 101 0.79 0.11 0 0.60 188.25 0.66 0.24
Hex 15 5A 65 4F B 0 3C BC 42 18
Octal 25 132 145 117 13 0 74 274 102 30
Binary 10101 1011010 1100101 1001111 1011 0 111100 10111100 1000010 11000

Color Harmonies of #155A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A65

Black with #155A65

Text Example


Text Example

White with #155A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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