Html Css Color HEX #136256 Blue Stone

📋 copy color: '#136256'

red 19 ◦ green 98 ◦ blue 86

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

Shades of Blue Stone #136256

Tints of Blue Stone #136256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

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

R = 9.36%
G = 48.28%
B = 42.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#136256 (or 0x136256) is known color: Blue Stone. HEX triplet: 13, 62 and 56. RGB value is (19,98,86). Sum of RGB (Red+Green+Blue) = 19+98+86=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #136256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136256 is #EC9DA9. Grayscale: #484848. Windows color (decimal): -15506858 or 5661203. OLE color: 5661203.

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

Color convert

RGB 19 98 86 -
CMYK 0.81 0 0.12 0.62
HSL 170.89º 0.68% 0.23% -
HSV(B) 170.89º 0.81% 0.38% -
XYZ 6.32 9.55 10.31 -
YUV 73.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 19 98 86 0.81 0 0.12 0.62 170.89 0.68 0.23
Hex 13 62 56 51 0 C 3E AB 44 17
Octal 23 142 126 121 0 14 76 253 104 27
Binary 10011 1100010 1010110 1010001 0 1100 111110 10101011 1000100 10111

Color Harmonies of #136256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136256

Black with #136256

Text Example


Text Example

White with #136256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136256; }

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

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

background-color css

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

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

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

border-color css

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

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

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