Html Css Color HEX #136969 Blue Stone

📋 copy color: '#136969'

red 19 ◦ green 105 ◦ blue 105

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

Shades of Blue Stone #136969

Tints of Blue Stone #136969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.85%

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

R = 8.3%
G = 45.85%
B = 45.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#136969 (or 0x136969) is known color: Blue Stone. HEX triplet: 13, 69 and 69. RGB value is (19,105,105). Sum of RGB (Red+Green+Blue) = 19+105+105=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #136969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136969 is #EC9696. Grayscale: #4F4F4F. Windows color (decimal): -15505047 or 6908179. OLE color: 6908179.

HSL color Cylindrical-coordinate representation of color #136969: hue angle of 180º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136969 is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 105 105 -
CMYK 0.82 0 0 0.59
HSL 180º 0.69% 0.24% -
HSV(B) 180º 0.82% 0.41% -
XYZ 7.87 11.26 15.12 -
YUV 79.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 19 105 105 0.82 0 0 0.59 180 0.69 0.24
Hex 13 69 69 52 0 0 3B B4 45 18
Octal 23 151 151 122 0 0 73 264 105 30
Binary 10011 1101001 1101001 1010010 0 0 111011 10110100 1000101 11000

Color Harmonies of #136969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136969

Black with #136969

Text Example


Text Example

White with #136969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136969; }

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

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

background-color css

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

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

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

border-color css

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

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

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