Html Css Color HEX #136356 Blue Stone

📋 copy color: '#136356'

red 19 ◦ green 99 ◦ blue 86

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

Shades of Blue Stone #136356

Tints of Blue Stone #136356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.16%

R = 9.31%
G = 48.53%
B = 42.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#136356 (or 0x136356) is known color: Blue Stone. HEX triplet: 13, 63 and 56. RGB value is (19,99,86). Sum of RGB (Red+Green+Blue) = 19+99+86=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #136356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136356 is #EC9CA9. Grayscale: #494949. Windows color (decimal): -15506602 or 5661459. OLE color: 5661459.

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

Color convert

RGB 19 99 86 -
CMYK 0.81 0 0.13 0.61
HSL 170.25º 0.68% 0.23% -
HSV(B) 170.25º 0.81% 0.39% -
XYZ 6.41 9.73 10.35 -
YUV 73.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 19 99 86 0.81 0 0.13 0.61 170.25 0.68 0.23
Hex 13 63 56 51 0 D 3D AA 44 17
Octal 23 143 126 121 0 15 75 252 104 27
Binary 10011 1100011 1010110 1010001 0 1101 111101 10101010 1000100 10111

Color Harmonies of #136356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136356

Black with #136356

Text Example


Text Example

White with #136356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136356; }

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

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

background-color css

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

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

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

border-color css

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

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

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