Html Css Color HEX #11726A Blue Stone

📋 copy color: '#11726A'

red 17 ◦ green 114 ◦ blue 106

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

Shades of Blue Stone #11726A

Tints of Blue Stone #11726A

RGB

 RED value IS 17 (7.03% from 255) = 7.17%

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

 BLUE value IS 106 (41.8% from 255) = 44.73%

R = 7.17%
G = 48.1%
B = 44.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#11726A (or 0x11726A) is known color: Blue Stone. HEX triplet: 11, 72 and 6A. RGB value is (17,114,106). Sum of RGB (Red+Green+Blue) = 17+114+106=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #11726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11726A is #EE8D95. Grayscale: #545454. Windows color (decimal): -15633814 or 6976017. OLE color: 6976017.

HSL color Cylindrical-coordinate representation of color #11726A: hue angle of 175.05º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11726A is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 114 106 -
CMYK 0.85 0 0.07 0.55
HSL 175.05º 0.74% 0.26% -
HSV(B) 175.05º 0.85% 0.45% -
XYZ 8.85 13.19 15.72 -
YUV 84.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 17 114 106 0.85 0 0.07 0.55 175.05 0.74 0.26
Hex 11 72 6A 55 0 7 37 AF 4A 1A
Octal 21 162 152 125 0 7 67 257 112 32
Binary 10001 1110010 1101010 1010101 0 111 110111 10101111 1001010 11010

Color Harmonies of #11726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11726A

Black with #11726A

Text Example


Text Example

White with #11726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11726A; }

 p { color: rgb(17,114,106); }

 H1.HeaderClassName
 {
   color: #11726A;
 }
 .AnyTagClassName
 {
   color: #11726A;
 }
</style>

background-color css

<style>
 a { background-color: #11726A; }

 a { background-color: rgb(17,114,106); }

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

border-color css

<style>
 span { border-color: #11726A; }

 span { border-color: rgb(17,114,106); }

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