Html Css Color HEX #136B67 Blue Stone

📋 copy color: '#136B67'

red 19 ◦ green 107 ◦ blue 103

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

Shades of Blue Stone #136B67

Tints of Blue Stone #136B67

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.72%

 BLUE value IS 103 (40.63% from 255) = 44.98%

R = 8.3%
G = 46.72%
B = 44.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#136B67 (or 0x136B67) is known color: Blue Stone. HEX triplet: 13, 6B and 67. RGB value is (19,107,103). Sum of RGB (Red+Green+Blue) = 19+107+103=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 107 - color contains mainly: green. Hex color #136B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B67 is #EC9498. Grayscale: #505050. Windows color (decimal): -15504537 or 6777619. OLE color: 6777619.

HSL color Cylindrical-coordinate representation of color #136B67: hue angle of 177.27º 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 #136B67 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 107 103 -
CMYK 0.82 0 0.04 0.58
HSL 177.27º 0.7% 0.25% -
HSV(B) 177.27º 0.82% 0.42% -
XYZ 7.97 11.63 14.66 -
YUV 80.23 140.85 84.33 -
System Red Green Blue C M Y K H S L
Decimal 19 107 103 0.82 0 0.04 0.58 177.27 0.7 0.25
Hex 13 6B 67 52 0 4 3A B1 46 19
Octal 23 153 147 122 0 4 72 261 106 31
Binary 10011 1101011 1100111 1010010 0 100 111010 10110001 1000110 11001

Color Harmonies of #136B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B67

Black with #136B67

Text Example


Text Example

White with #136B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,107,103); }

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

background-color css

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

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

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

border-color css

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

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

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