Html Css Color HEX #155D68 Blue Stone

📋 copy color: '#155D68'

red 21 ◦ green 93 ◦ blue 104

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

Shades of Blue Stone #155D68

Tints of Blue Stone #155D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.66%

 BLUE value IS 104 (41.02% from 255) = 47.71%

R = 9.63%
G = 42.66%
B = 47.71%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155D68 (or 0x155D68) is known color: Blue Stone. HEX triplet: 15, 5D and 68. RGB value is (21,93,104). Sum of RGB (Red+Green+Blue) = 21+93+104=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #155D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D68 is #EAA297. Grayscale: #484848. Windows color (decimal): -15377048 or 6839573. OLE color: 6839573.

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

Color convert

RGB 21 93 104 -
CMYK 0.80 0.11 0 0.59
HSL 187.95º 0.66% 0.25% -
HSV(B) 187.95º 0.8% 0.41% -
XYZ 6.72 8.99 14.48 -
YUV 72.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 21 93 104 0.80 0.11 0 0.59 187.95 0.66 0.25
Hex 15 5D 68 50 B 0 3B BC 42 19
Octal 25 135 150 120 13 0 73 274 102 31
Binary 10101 1011101 1101000 1010000 1011 0 111011 10111100 1000010 11001

Color Harmonies of #155D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D68

Black with #155D68

Text Example


Text Example

White with #155D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,93,104); }

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

background-color css

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

 a { background-color: rgb(21,93,104); }

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

border-color css

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

 span { border-color: rgb(21,93,104); }

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