Html Css Color HEX #137069 Blue Stone

📋 copy color: '#137069'

red 19 ◦ green 112 ◦ blue 105

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

Shades of Blue Stone #137069

Tints of Blue Stone #137069

RGB

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

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

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

R = 8.05%
G = 47.46%
B = 44.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#137069 (or 0x137069) is known color: Blue Stone. HEX triplet: 13, 70 and 69. RGB value is (19,112,105). Sum of RGB (Red+Green+Blue) = 19+112+105=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #137069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137069 is #EC8F96. Grayscale: #535353. Windows color (decimal): -15503255 or 6909971. OLE color: 6909971.

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

Color convert

RGB 19 112 105 -
CMYK 0.83 0 0.06 0.56
HSL 175.48º 0.71% 0.26% -
HSV(B) 175.48º 0.83% 0.44% -
XYZ 8.61 12.75 15.37 -
YUV 83.4 140.19 82.07 -
System Red Green Blue C M Y K H S L
Decimal 19 112 105 0.83 0 0.06 0.56 175.48 0.71 0.26
Hex 13 70 69 53 0 6 38 AF 47 1A
Octal 23 160 151 123 0 6 70 257 107 32
Binary 10011 1110000 1101001 1010011 0 110 111000 10101111 1000111 11010

Color Harmonies of #137069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137069

Black with #137069

Text Example


Text Example

White with #137069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137069; }

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

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

background-color css

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

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

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

border-color css

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

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

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