Html Css Color HEX #136767 Blue Stone

📋 copy color: '#136767'

red 19 ◦ green 103 ◦ blue 103

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

Shades of Blue Stone #136767

Tints of Blue Stone #136767

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.78%

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

R = 8.44%
G = 45.78%
B = 45.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#136767 (or 0x136767) is known color: Blue Stone. HEX triplet: 13, 67 and 67. RGB value is (19,103,103). Sum of RGB (Red+Green+Blue) = 19+103+103=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: green, blue. Hex color #136767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136767 is #EC9898. Grayscale: #4D4D4D. Windows color (decimal): -15505561 or 6776595. OLE color: 6776595.

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

Color convert

RGB 19 103 103 -
CMYK 0.82 0 0 0.60
HSL 180º 0.69% 0.24% -
HSV(B) 180º 0.82% 0.4% -
XYZ 7.57 10.82 14.52 -
YUV 77.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 19 103 103 0.82 0 0 0.60 180 0.69 0.24
Hex 13 67 67 52 0 0 3C B4 45 18
Octal 23 147 147 122 0 0 74 264 105 30
Binary 10011 1100111 1100111 1010010 0 0 111100 10110100 1000101 11000

Color Harmonies of #136767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136767

Black with #136767

Text Example


Text Example

White with #136767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136767; }

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

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

background-color css

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

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

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

border-color css

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

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

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