Html Css Color HEX #155A69 Blue Stone

📋 copy color: '#155A69'

red 21 ◦ green 90 ◦ blue 105

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

Shades of Blue Stone #155A69

Tints of Blue Stone #155A69

RGB

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

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

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

R = 9.72%
G = 41.67%
B = 48.61%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155A69 (or 0x155A69) is known color: Blue Stone. HEX triplet: 15, 5A and 69. RGB value is (21,90,105). Sum of RGB (Red+Green+Blue) = 21+90+105=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #155A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A69 is #EAA596. Grayscale: #464646. Windows color (decimal): -15377815 or 6904341. OLE color: 6904341.

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

Color convert

RGB 21 90 105 -
CMYK 0.80 0.14 0 0.59
HSL 190.71º 0.67% 0.25% -
HSV(B) 190.71º 0.8% 0.41% -
XYZ 6.52 8.49 14.66 -
YUV 71.08 147.14 92.28 -
System Red Green Blue C M Y K H S L
Decimal 21 90 105 0.80 0.14 0 0.59 190.71 0.67 0.25
Hex 15 5A 69 50 E 0 3B BF 43 19
Octal 25 132 151 120 16 0 73 277 103 31
Binary 10101 1011010 1101001 1010000 1110 0 111011 10111111 1000011 11001

Color Harmonies of #155A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A69

Black with #155A69

Text Example


Text Example

White with #155A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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