Html Css Color HEX #137168 Blue Stone

📋 copy color: '#137168'

red 19 ◦ green 113 ◦ blue 104

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

Shades of Blue Stone #137168

Tints of Blue Stone #137168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 8.05%
G = 47.88%
B = 44.07%

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

#137168 (or 0x137168) is known color: Blue Stone. HEX triplet: 13, 71 and 68. RGB value is (19,113,104). Sum of RGB (Red+Green+Blue) = 19+113+104=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #137168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137168 is #EC8E97. Grayscale: #535353. Windows color (decimal): -15503000 or 6844691. OLE color: 6844691.

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

Color convert

RGB 19 113 104 -
CMYK 0.83 0 0.08 0.56
HSL 174.26º 0.71% 0.26% -
HSV(B) 174.26º 0.83% 0.44% -
XYZ 8.67 12.95 15.14 -
YUV 83.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 19 113 104 0.83 0 0.08 0.56 174.26 0.71 0.26
Hex 13 71 68 53 0 8 38 AE 47 1A
Octal 23 161 150 123 0 10 70 256 107 32
Binary 10011 1110001 1101000 1010011 0 1000 111000 10101110 1000111 11010

Color Harmonies of #137168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137168

Black with #137168

Text Example


Text Example

White with #137168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137168; }

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

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

background-color css

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

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

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

border-color css

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

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

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