Html Css Color HEX #13726A Blue Stone

📋 copy color: '#13726A'

red 19 ◦ green 114 ◦ blue 106

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

Shades of Blue Stone #13726A

Tints of Blue Stone #13726A

RGB

 RED value IS 19 (7.81% from 255) = 7.95%

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

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

R = 7.95%
G = 47.7%
B = 44.35%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#13726A (or 0x13726A) is known color: Blue Stone. HEX triplet: 13, 72 and 6A. RGB value is (19,114,106). Sum of RGB (Red+Green+Blue) = 19+114+106=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #13726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13726A is #EC8D95. Grayscale: #545454. Windows color (decimal): -15502742 or 6976019. OLE color: 6976019.

HSL color Cylindrical-coordinate representation of color #13726A: hue angle of 174.95º 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 #13726A is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 106 -
CMYK 0.83 0 0.07 0.55
HSL 174.95º 0.71% 0.26% -
HSV(B) 174.95º 0.83% 0.45% -
XYZ 8.89 13.21 15.72 -
YUV 84.68 140.03 81.15 -
System Red Green Blue C M Y K H S L
Decimal 19 114 106 0.83 0 0.07 0.55 174.95 0.71 0.26
Hex 13 72 6A 53 0 7 37 AF 47 1A
Octal 23 162 152 123 0 7 67 257 107 32
Binary 10011 1110010 1101010 1010011 0 111 110111 10101111 1000111 11010

Color Harmonies of #13726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13726A

Black with #13726A

Text Example


Text Example

White with #13726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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