Html Css Color HEX #137167 Blue Stone

📋 copy color: '#137167'

red 19 ◦ green 113 ◦ blue 103

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

Shades of Blue Stone #137167

Tints of Blue Stone #137167

RGB

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

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

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

R = 8.09%
G = 48.09%
B = 43.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#137167 (or 0x137167) is known color: Blue Stone. HEX triplet: 13, 71 and 67. RGB value is (19,113,103). Sum of RGB (Red+Green+Blue) = 19+113+103=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #137167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137167 is #EC8E98. Grayscale: #535353. Windows color (decimal): -15503001 or 6779155. OLE color: 6779155.

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

Color convert

RGB 19 113 103 -
CMYK 0.83 0 0.09 0.56
HSL 173.62º 0.71% 0.26% -
HSV(B) 173.62º 0.83% 0.44% -
XYZ 8.62 12.93 14.87 -
YUV 83.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 19 113 103 0.83 0 0.09 0.56 173.62 0.71 0.26
Hex 13 71 67 53 0 9 38 AE 47 1A
Octal 23 161 147 123 0 11 70 256 107 32
Binary 10011 1110001 1100111 1010011 0 1001 111000 10101110 1000111 11010

Color Harmonies of #137167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137167

Black with #137167

Text Example


Text Example

White with #137167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137167; }

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

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

background-color css

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

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

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

border-color css

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

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

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