#13726E

Color #13726E Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #13726E

Tints of Blue Stone #13726E

Color information

#13726E (or 0x13726E) is unknown color: approx Blue Stone. HEX triplet: 13, 72 and 6E. RGB value is (19,114,110). Sum of RGB (Red+Green+Blue) = 19+114+110=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #13726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13726E is #EC8D91. Grayscale: #555555. Windows color (decimal): -15502738 or 7238163. OLE color: 7238163.

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

Color convert

RGB19114110-
CMYK0.8300.040.55
HSL177.47º71.43%26.08%-
HSV(B)177.47º83.33%44.71%-
XYZ9.113.316.84-
YUV85.14142.0380.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.82%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=7.82%
G=46.91%
B=45.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal191141100.8300.040.55177.4771.4326.08
Hex13726E530437b1471a
Octal23162156123046726110732
Binary10011111001011011101010011010011011110110001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13726E; }

 p { color: rgb(19,114,110); }

 H1.HeaderClassName
 {
   color: #13726E;
 }
 .AnyTagClassName
 {
   color: #13726E;
 }
</style>
background-color css

<style>
 a { background-color: #13726E; }

 a { background-color: rgb(19,114,110); }

 div.DivClassName
 {
   background-color: #13726E;
 }
 .BgClassName
 {
   background-color: #13726E;
 }
</style>
border-color css

<style>
 span { border-color: #13726E; }

 span { border-color: rgb(19,114,110); }

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