Html Css Color HEX #137070 Blue Stone

📋 copy color: '#137070'

red 19 ◦ green 112 ◦ blue 112

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

Shades of Blue Stone #137070

Tints of Blue Stone #137070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 7.82%
G = 46.09%
B = 46.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#137070 (or 0x137070) is known color: Blue Stone. HEX triplet: 13, 70 and 70. RGB value is (19,112,112). Sum of RGB (Red+Green+Blue) = 19+112+112=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #137070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137070 is #EC8F8F. Grayscale: #545454. Windows color (decimal): -15503248 or 7368723. OLE color: 7368723.

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

Color convert

RGB 19 112 112 -
CMYK 0.83 0 0 0.56
HSL 180º 0.71% 0.26% -
HSV(B) 180º 0.83% 0.44% -
XYZ 8.99 12.9 17.34 -
YUV 84.19 143.69 81.5 -
System Red Green Blue C M Y K H S L
Decimal 19 112 112 0.83 0 0 0.56 180 0.71 0.26
Hex 13 70 70 53 0 0 38 B4 47 1A
Octal 23 160 160 123 0 0 70 264 107 32
Binary 10011 1110000 1110000 1010011 0 0 111000 10110100 1000111 11010

Color Harmonies of #137070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137070

Black with #137070

Text Example


Text Example

White with #137070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137070; }

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

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

background-color css

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

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

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

border-color css

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

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

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