Html Css Color HEX #155A68 Blue Stone

📋 copy color: '#155A68'

red 21 ◦ green 90 ◦ blue 104

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

Shades of Blue Stone #155A68

Tints of Blue Stone #155A68

RGB

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

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

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

R = 9.77%
G = 41.86%
B = 48.37%

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

#155A68 (or 0x155A68) is known color: Blue Stone. HEX triplet: 15, 5A and 68. RGB value is (21,90,104). Sum of RGB (Red+Green+Blue) = 21+90+104=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #155A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A68 is #EAA597. Grayscale: #464646. Windows color (decimal): -15377816 or 6838805. OLE color: 6838805.

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

Color convert

RGB 21 90 104 -
CMYK 0.80 0.13 0 0.59
HSL 190.12º 0.66% 0.25% -
HSV(B) 190.12º 0.8% 0.41% -
XYZ 6.46 8.47 14.39 -
YUV 70.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 21 90 104 0.80 0.13 0 0.59 190.12 0.66 0.25
Hex 15 5A 68 50 D 0 3B BE 42 19
Octal 25 132 150 120 15 0 73 276 102 31
Binary 10101 1011010 1101000 1010000 1101 0 111011 10111110 1000010 11001

Color Harmonies of #155A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A68

Black with #155A68

Text Example


Text Example

White with #155A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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