Html Css Color HEX #136A68 Blue Stone

📋 copy color: '#136A68'

red 19 ◦ green 106 ◦ blue 104

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

Shades of Blue Stone #136A68

Tints of Blue Stone #136A68

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.29%

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

R = 8.3%
G = 46.29%
B = 45.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#136A68 (or 0x136A68) is known color: Blue Stone. HEX triplet: 13, 6A and 68. RGB value is (19,106,104). Sum of RGB (Red+Green+Blue) = 19+106+104=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 106 - color contains mainly: green. Hex color #136A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A68 is #EC9597. Grayscale: #4F4F4F. Windows color (decimal): -15504792 or 6842899. OLE color: 6842899.

HSL color Cylindrical-coordinate representation of color #136A68: hue angle of 178.62º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136A68 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 106 104 -
CMYK 0.82 0 0.02 0.58
HSL 178.62º 0.7% 0.25% -
HSV(B) 178.62º 0.82% 0.42% -
XYZ 7.92 11.45 14.89 -
YUV 79.76 141.68 84.66 -
System Red Green Blue C M Y K H S L
Decimal 19 106 104 0.82 0 0.02 0.58 178.62 0.7 0.25
Hex 13 6A 68 52 0 2 3A B3 46 19
Octal 23 152 150 122 0 2 72 263 106 31
Binary 10011 1101010 1101000 1010010 0 10 111010 10110011 1000110 11001

Color Harmonies of #136A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136A68

Black with #136A68

Text Example


Text Example

White with #136A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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