Html Css Color HEX #137067 Blue Stone

📋 copy color: '#137067'

red 19 ◦ green 112 ◦ blue 103

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

Shades of Blue Stone #137067

Tints of Blue Stone #137067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 44.02%

R = 8.12%
G = 47.86%
B = 44.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#137067 (or 0x137067) is known color: Blue Stone. HEX triplet: 13, 70 and 67. RGB value is (19,112,103). Sum of RGB (Red+Green+Blue) = 19+112+103=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #137067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137067 is #EC8F98. Grayscale: #535353. Windows color (decimal): -15503257 or 6778899. OLE color: 6778899.

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

Color convert

RGB 19 112 103 -
CMYK 0.83 0 0.08 0.56
HSL 174.19º 0.71% 0.26% -
HSV(B) 174.19º 0.83% 0.44% -
XYZ 8.51 12.71 14.84 -
YUV 83.17 139.19 82.23 -
System Red Green Blue C M Y K H S L
Decimal 19 112 103 0.83 0 0.08 0.56 174.19 0.71 0.26
Hex 13 70 67 53 0 8 38 AE 47 1A
Octal 23 160 147 123 0 10 70 256 107 32
Binary 10011 1110000 1100111 1010011 0 1000 111000 10101110 1000111 11010

Color Harmonies of #137067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137067

Black with #137067

Text Example


Text Example

White with #137067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137067; }

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

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

background-color css

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

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

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

border-color css

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

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

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