Html Css Color HEX #15726C Blue Stone

📋 copy color: '#15726C'

red 21 ◦ green 114 ◦ blue 108

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

Shades of Blue Stone #15726C

Tints of Blue Stone #15726C

RGB

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

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

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

R = 8.64%
G = 46.91%
B = 44.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#15726C (or 0x15726C) is known color: Blue Stone. HEX triplet: 15, 72 and 6C. RGB value is (21,114,108). Sum of RGB (Red+Green+Blue) = 21+114+108=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #15726C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15726C is #EA8D93. Grayscale: #555555. Windows color (decimal): -15371668 or 7107093. OLE color: 7107093.

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

Color convert

RGB 21 114 108 -
CMYK 0.82 0 0.05 0.55
HSL 176.13º 0.69% 0.26% -
HSV(B) 176.13º 0.82% 0.45% -
XYZ 9.03 13.28 16.27 -
YUV 85.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 21 114 108 0.82 0 0.05 0.55 176.13 0.69 0.26
Hex 15 72 6C 52 0 5 37 B0 45 1A
Octal 25 162 154 122 0 5 67 260 105 32
Binary 10101 1110010 1101100 1010010 0 101 110111 10110000 1000101 11010

Color Harmonies of #15726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15726C

Black with #15726C

Text Example


Text Example

White with #15726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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