Html Css Color HEX #15726D Blue Stone

📋 copy color: '#15726D'

red 21 ◦ green 114 ◦ blue 109

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

Shades of Blue Stone #15726D

Tints of Blue Stone #15726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.72%

 BLUE value IS 109 (42.97% from 255) = 44.67%

R = 8.61%
G = 46.72%
B = 44.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#15726D (or 0x15726D) is known color: Blue Stone. HEX triplet: 15, 72 and 6D. RGB value is (21,114,109). Sum of RGB (Red+Green+Blue) = 21+114+109=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #15726D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15726D is #EA8D92. Grayscale: #555555. Windows color (decimal): -15371667 or 7172629. OLE color: 7172629.

HSL color Cylindrical-coordinate representation of color #15726D: hue angle of 176.77º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15726D is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 114 109 -
CMYK 0.82 0 0.04 0.55
HSL 176.77º 0.69% 0.26% -
HSV(B) 176.77º 0.82% 0.45% -
XYZ 9.09 13.3 16.56 -
YUV 85.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 21 114 109 0.82 0 0.04 0.55 176.77 0.69 0.26
Hex 15 72 6D 52 0 4 37 B1 45 1A
Octal 25 162 155 122 0 4 67 261 105 32
Binary 10101 1110010 1101101 1010010 0 100 110111 10110001 1000101 11010

Color Harmonies of #15726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15726D

Black with #15726D

Text Example


Text Example

White with #15726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15726D; }

 p { color: rgb(21,114,109); }

 H1.HeaderClassName
 {
   color: #15726D;
 }
 .AnyTagClassName
 {
   color: #15726D;
 }
</style>

background-color css

<style>
 a { background-color: #15726D; }

 a { background-color: rgb(21,114,109); }

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

border-color css

<style>
 span { border-color: #15726D; }

 span { border-color: rgb(21,114,109); }

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