Html Css Color HEX #15726F Blue Stone

📋 copy color: '#15726F'

red 21 ◦ green 114 ◦ blue 111

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

Shades of Blue Stone #15726F

Tints of Blue Stone #15726F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 8.54%
G = 46.34%
B = 45.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#15726F (or 0x15726F) is known color: Blue Stone. HEX triplet: 15, 72 and 6F. RGB value is (21,114,111). Sum of RGB (Red+Green+Blue) = 21+114+111=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #15726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15726F is #EA8D90. Grayscale: #555555. Windows color (decimal): -15371665 or 7303701. OLE color: 7303701.

HSL color Cylindrical-coordinate representation of color #15726F: hue angle of 178.06º 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 #15726F is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 114 111 -
CMYK 0.82 0 0.03 0.55
HSL 178.06º 0.69% 0.26% -
HSV(B) 178.06º 0.82% 0.45% -
XYZ 9.2 13.34 17.13 -
YUV 85.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 21 114 111 0.82 0 0.03 0.55 178.06 0.69 0.26
Hex 15 72 6F 52 0 3 37 B2 45 1A
Octal 25 162 157 122 0 3 67 262 105 32
Binary 10101 1110010 1101111 1010010 0 11 110111 10110010 1000101 11010

Color Harmonies of #15726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15726F

Black with #15726F

Text Example


Text Example

White with #15726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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