Html Css Color HEX #136361 Blue Stone

📋 copy color: '#136361'

red 19 ◦ green 99 ◦ blue 97

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

Shades of Blue Stone #136361

Tints of Blue Stone #136361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.05%

 BLUE value IS 97 (38.28% from 255) = 45.12%

R = 8.84%
G = 46.05%
B = 45.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#136361 (or 0x136361) is known color: Blue Stone. HEX triplet: 13, 63 and 61. RGB value is (19,99,97). Sum of RGB (Red+Green+Blue) = 19+99+97=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #136361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136361 is #EC9C9E. Grayscale: #4A4A4A. Windows color (decimal): -15506591 or 6382355. OLE color: 6382355.

HSL color Cylindrical-coordinate representation of color #136361: hue angle of 178.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136361 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 99 97 -
CMYK 0.81 0 0.02 0.61
HSL 178.5º 0.68% 0.23% -
HSV(B) 178.5º 0.81% 0.39% -
XYZ 6.89 9.93 12.86 -
YUV 74.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 19 99 97 0.81 0 0.02 0.61 178.5 0.68 0.23
Hex 13 63 61 51 0 2 3D B2 44 17
Octal 23 143 141 121 0 2 75 262 104 27
Binary 10011 1100011 1100001 1010001 0 10 111101 10110010 1000100 10111

Color Harmonies of #136361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136361

Black with #136361

Text Example


Text Example

White with #136361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136361; }

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

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

background-color css

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

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

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

border-color css

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

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

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