Html Css Color HEX #137065 Blue Stone

📋 copy color: '#137065'

red 19 ◦ green 112 ◦ blue 101

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

Shades of Blue Stone #137065

Tints of Blue Stone #137065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.28%

 BLUE value IS 101 (39.84% from 255) = 43.53%

R = 8.19%
G = 48.28%
B = 43.53%

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

#137065 (or 0x137065) is known color: Blue Stone. HEX triplet: 13, 70 and 65. RGB value is (19,112,101). Sum of RGB (Red+Green+Blue) = 19+112+101=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #137065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137065 is #EC8F9A. Grayscale: #525252. Windows color (decimal): -15503259 or 6647827. OLE color: 6647827.

HSL color Cylindrical-coordinate representation of color #137065: hue angle of 172.9º 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 #137065 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 101 -
CMYK 0.83 0 0.10 0.56
HSL 172.9º 0.71% 0.26% -
HSV(B) 172.9º 0.83% 0.44% -
XYZ 8.41 12.67 14.31 -
YUV 82.94 138.19 82.39 -
System Red Green Blue C M Y K H S L
Decimal 19 112 101 0.83 0 0.10 0.56 172.9 0.71 0.26
Hex 13 70 65 53 0 A 38 AD 47 1A
Octal 23 160 145 123 0 12 70 255 107 32
Binary 10011 1110000 1100101 1010011 0 1010 111000 10101101 1000111 11010

Color Harmonies of #137065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137065

Black with #137065

Text Example


Text Example

White with #137065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137065; }

 p { color: rgb(19,112,101); }

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

background-color css

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

 a { background-color: rgb(19,112,101); }

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

border-color css

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

 span { border-color: rgb(19,112,101); }

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