Html Css Color HEX #13726E Blue Stone

📋 copy color: '#13726E'

red 19 ◦ green 114 ◦ blue 110

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

Shades of Blue Stone #13726E

Tints of Blue Stone #13726E

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 value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#13726E (or 0x13726E) is known color: 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

RGB 19 114 110 -
CMYK 0.83 0 0.04 0.55
HSL 177.47º 0.71% 0.26% -
HSV(B) 177.47º 0.83% 0.45% -
XYZ 9.1 13.3 16.84 -
YUV 85.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 19 114 110 0.83 0 0.04 0.55 177.47 0.71 0.26
Hex 13 72 6E 53 0 4 37 B1 47 1A
Octal 23 162 156 123 0 4 67 261 107 32
Binary 10011 1110010 1101110 1010011 0 100 110111 10110001 1000111 11010

Color Harmonies of #13726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13726E

Black with #13726E

Text Example


Text Example

White with #13726E

Text Example


Text Example

HTML Codes & Css Web 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>