Html Css Color HEX #136257 Blue Stone

📋 copy color: '#136257'

red 19 ◦ green 98 ◦ blue 87

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

Shades of Blue Stone #136257

Tints of Blue Stone #136257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.65%

R = 9.31%
G = 48.04%
B = 42.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#136257 (or 0x136257) is known color: Blue Stone. HEX triplet: 13, 62 and 57. RGB value is (19,98,87). Sum of RGB (Red+Green+Blue) = 19+98+87=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #136257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136257 is #EC9DA8. Grayscale: #494949. Windows color (decimal): -15506857 or 5726739. OLE color: 5726739.

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

Color convert

RGB 19 98 87 -
CMYK 0.81 0 0.11 0.62
HSL 171.65º 0.68% 0.23% -
HSV(B) 171.65º 0.81% 0.38% -
XYZ 6.36 9.56 10.53 -
YUV 73.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 19 98 87 0.81 0 0.11 0.62 171.65 0.68 0.23
Hex 13 62 57 51 0 B 3E AC 44 17
Octal 23 142 127 121 0 13 76 254 104 27
Binary 10011 1100010 1010111 1010001 0 1011 111110 10101100 1000100 10111

Color Harmonies of #136257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136257

Black with #136257

Text Example


Text Example

White with #136257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136257; }

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

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

background-color css

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

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

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

border-color css

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

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

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