Html Css Color HEX #155B62 Blue Stone

📋 copy color: '#155B62'

red 21 ◦ green 91 ◦ blue 98

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

Shades of Blue Stone #155B62

Tints of Blue Stone #155B62

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.33%

 BLUE value IS 98 (38.67% from 255) = 46.67%

R = 10%
G = 43.33%
B = 46.67%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155B62 (or 0x155B62) is known color: Blue Stone. HEX triplet: 15, 5B and 62. RGB value is (21,91,98). Sum of RGB (Red+Green+Blue) = 21+91+98=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #155B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B62 is #EAA49D. Grayscale: #464646. Windows color (decimal): -15377566 or 6445845. OLE color: 6445845.

HSL color Cylindrical-coordinate representation of color #155B62: hue angle of 185.45º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155B62 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 91 98 -
CMYK 0.79 0.07 0 0.62
HSL 185.45º 0.65% 0.23% -
HSV(B) 185.45º 0.79% 0.38% -
XYZ 6.25 8.52 12.87 -
YUV 70.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 21 91 98 0.79 0.07 0 0.62 185.45 0.65 0.23
Hex 15 5B 62 4F 7 0 3E B9 41 17
Octal 25 133 142 117 7 0 76 271 101 27
Binary 10101 1011011 1100010 1001111 111 0 111110 10111001 1000001 10111

Color Harmonies of #155B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B62

Black with #155B62

Text Example


Text Example

White with #155B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,91,98); }

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

background-color css

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

 a { background-color: rgb(21,91,98); }

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

border-color css

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

 span { border-color: rgb(21,91,98); }

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