Html Css Color HEX #137169 Blue Stone

📋 copy color: '#137169'

red 19 ◦ green 113 ◦ blue 105

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

Shades of Blue Stone #137169

Tints of Blue Stone #137169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 8.02%
G = 47.68%
B = 44.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#137169 (or 0x137169) is known color: Blue Stone. HEX triplet: 13, 71 and 69. RGB value is (19,113,105). Sum of RGB (Red+Green+Blue) = 19+113+105=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #137169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137169 is #EC8E96. Grayscale: #535353. Windows color (decimal): -15502999 or 6910227. OLE color: 6910227.

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

Color convert

RGB 19 113 105 -
CMYK 0.83 0 0.07 0.56
HSL 174.89º 0.71% 0.26% -
HSV(B) 174.89º 0.83% 0.44% -
XYZ 8.72 12.97 15.41 -
YUV 83.98 139.86 81.65 -
System Red Green Blue C M Y K H S L
Decimal 19 113 105 0.83 0 0.07 0.56 174.89 0.71 0.26
Hex 13 71 69 53 0 7 38 AF 47 1A
Octal 23 161 151 123 0 7 70 257 107 32
Binary 10011 1110001 1101001 1010011 0 111 111000 10101111 1000111 11010

Color Harmonies of #137169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137169

Black with #137169

Text Example


Text Example

White with #137169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137169; }

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

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

background-color css

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

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

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

border-color css

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

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

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