Html Css Color HEX #137166 Blue Stone

📋 copy color: '#137166'

red 19 ◦ green 113 ◦ blue 102

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

Shades of Blue Stone #137166

Tints of Blue Stone #137166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.29%

 BLUE value IS 102 (40.23% from 255) = 43.59%

R = 8.12%
G = 48.29%
B = 43.59%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#137166 (or 0x137166) is known color: Blue Stone. HEX triplet: 13, 71 and 66. RGB value is (19,113,102). Sum of RGB (Red+Green+Blue) = 19+113+102=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #137166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137166 is #EC8E99. Grayscale: #535353. Windows color (decimal): -15503002 or 6713619. OLE color: 6713619.

HSL color Cylindrical-coordinate representation of color #137166: hue angle of 172.98º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137166 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 102 -
CMYK 0.83 0 0.10 0.56
HSL 172.98º 0.71% 0.26% -
HSV(B) 172.98º 0.83% 0.44% -
XYZ 8.57 12.91 14.61 -
YUV 83.64 138.36 81.89 -
System Red Green Blue C M Y K H S L
Decimal 19 113 102 0.83 0 0.10 0.56 172.98 0.71 0.26
Hex 13 71 66 53 0 A 38 AD 47 1A
Octal 23 161 146 123 0 12 70 255 107 32
Binary 10011 1110001 1100110 1010011 0 1010 111000 10101101 1000111 11010

Color Harmonies of #137166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137166

Black with #137166

Text Example


Text Example

White with #137166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137166; }

 p { color: rgb(19,113,102); }

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

background-color css

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

 a { background-color: rgb(19,113,102); }

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

border-color css

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

 span { border-color: rgb(19,113,102); }

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