Html Css Color HEX #155B69 Blue Stone

📋 copy color: '#155B69'

red 21 ◦ green 91 ◦ blue 105

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

Shades of Blue Stone #155B69

Tints of Blue Stone #155B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.39%

R = 9.68%
G = 41.94%
B = 48.39%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155B69 (or 0x155B69) is known color: Blue Stone. HEX triplet: 15, 5B and 69. RGB value is (21,91,105). Sum of RGB (Red+Green+Blue) = 21+91+105=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #155B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B69 is #EAA496. Grayscale: #474747. Windows color (decimal): -15377559 or 6904597. OLE color: 6904597.

HSL color Cylindrical-coordinate representation of color #155B69: hue angle of 190º 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 #155B69 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 91 105 -
CMYK 0.80 0.13 0 0.59
HSL 190º 0.67% 0.25% -
HSV(B) 190º 0.8% 0.41% -
XYZ 6.6 8.66 14.69 -
YUV 71.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 21 91 105 0.80 0.13 0 0.59 190 0.67 0.25
Hex 15 5B 69 50 D 0 3B BE 43 19
Octal 25 133 151 120 15 0 73 276 103 31
Binary 10101 1011011 1101001 1010000 1101 0 111011 10111110 1000011 11001

Color Harmonies of #155B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B69

Black with #155B69

Text Example


Text Example

White with #155B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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