Html Css Color HEX #155E6C Blue Stone

📋 copy color: '#155E6C'

red 21 ◦ green 94 ◦ blue 108

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

Shades of Blue Stone #155E6C

Tints of Blue Stone #155E6C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.15%

 BLUE value IS 108 (42.58% from 255) = 48.43%

R = 9.42%
G = 42.15%
B = 48.43%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#155E6C (or 0x155E6C) is known color: Blue Stone. HEX triplet: 15, 5E and 6C. RGB value is (21,94,108). Sum of RGB (Red+Green+Blue) = 21+94+108=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #155E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E6C is #EAA193. Grayscale: #494949. Windows color (decimal): -15376788 or 7101973. OLE color: 7101973.

HSL color Cylindrical-coordinate representation of color #155E6C: hue angle of 189.66º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155E6C is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 94 108 -
CMYK 0.81 0.13 0 0.58
HSL 189.66º 0.67% 0.25% -
HSV(B) 189.66º 0.81% 0.42% -
XYZ 7.02 9.25 15.6 -
YUV 73.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 21 94 108 0.81 0.13 0 0.58 189.66 0.67 0.25
Hex 15 5E 6C 51 D 0 3A BE 43 19
Octal 25 136 154 121 15 0 72 276 103 31
Binary 10101 1011110 1101100 1010001 1101 0 111010 10111110 1000011 11001

Color Harmonies of #155E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E6C

Black with #155E6C

Text Example


Text Example

White with #155E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,94,108); }

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

background-color css

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

 a { background-color: rgb(21,94,108); }

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

border-color css

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

 span { border-color: rgb(21,94,108); }

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