Html Css Color HEX #136167 Blue Stone

📋 copy color: '#136167'

red 19 ◦ green 97 ◦ blue 103

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

Shades of Blue Stone #136167

Tints of Blue Stone #136167

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.29%

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

R = 8.68%
G = 44.29%
B = 47.03%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#136167 (or 0x136167) is known color: Blue Stone. HEX triplet: 13, 61 and 67. RGB value is (19,97,103). Sum of RGB (Red+Green+Blue) = 19+97+103=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #136167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136167 is #EC9E98. Grayscale: #4A4A4A. Windows color (decimal): -15507097 or 6775059. OLE color: 6775059.

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

Color convert

RGB 19 97 103 -
CMYK 0.82 0.06 0 0.60
HSL 184.29º 0.69% 0.24% -
HSV(B) 184.29º 0.82% 0.4% -
XYZ 6.99 9.67 14.33 -
YUV 74.36 144.16 88.51 -
System Red Green Blue C M Y K H S L
Decimal 19 97 103 0.82 0.06 0 0.60 184.29 0.69 0.24
Hex 13 61 67 52 6 0 3C B8 45 18
Octal 23 141 147 122 6 0 74 270 105 30
Binary 10011 1100001 1100111 1010010 110 0 111100 10111000 1000101 11000

Color Harmonies of #136167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136167

Black with #136167

Text Example


Text Example

White with #136167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136167; }

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

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

background-color css

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

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

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

border-color css

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

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

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