Html Css Color HEX #136359 Blue Stone

📋 copy color: '#136359'

red 19 ◦ green 99 ◦ blue 89

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

Shades of Blue Stone #136359

Tints of Blue Stone #136359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43%

R = 9.18%
G = 47.83%
B = 43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#136359 (or 0x136359) is known color: Blue Stone. HEX triplet: 13, 63 and 59. RGB value is (19,99,89). Sum of RGB (Red+Green+Blue) = 19+99+89=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #136359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136359 is #EC9CA6. Grayscale: #494949. Windows color (decimal): -15506599 or 5858067. OLE color: 5858067.

HSL color Cylindrical-coordinate representation of color #136359: hue angle of 172.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 #136359 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 99 89 -
CMYK 0.81 0 0.10 0.61
HSL 172.5º 0.68% 0.23% -
HSV(B) 172.5º 0.81% 0.39% -
XYZ 6.53 9.78 11 -
YUV 73.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 19 99 89 0.81 0 0.10 0.61 172.5 0.68 0.23
Hex 13 63 59 51 0 A 3D AC 44 17
Octal 23 143 131 121 0 12 75 254 104 27
Binary 10011 1100011 1011001 1010001 0 1010 111101 10101100 1000100 10111

Color Harmonies of #136359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136359

Black with #136359

Text Example


Text Example

White with #136359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136359; }

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

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

background-color css

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

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

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

border-color css

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

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

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