Html Css Color HEX #136259 Blue Stone

📋 copy color: '#136259'

red 19 ◦ green 98 ◦ blue 89

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

Shades of Blue Stone #136259

Tints of Blue Stone #136259

RGB

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

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

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

R = 9.22%
G = 47.57%
B = 43.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#136259 (or 0x136259) is known color: Blue Stone. HEX triplet: 13, 62 and 59. RGB value is (19,98,89). Sum of RGB (Red+Green+Blue) = 19+98+89=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #136259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136259 is #EC9DA6. Grayscale: #494949. Windows color (decimal): -15506855 or 5857811. OLE color: 5857811.

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

Color convert

RGB 19 98 89 -
CMYK 0.81 0 0.09 0.62
HSL 173.16º 0.68% 0.23% -
HSV(B) 173.16º 0.81% 0.38% -
XYZ 6.44 9.6 10.96 -
YUV 73.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 19 98 89 0.81 0 0.09 0.62 173.16 0.68 0.23
Hex 13 62 59 51 0 9 3E AD 44 17
Octal 23 142 131 121 0 11 76 255 104 27
Binary 10011 1100010 1011001 1010001 0 1001 111110 10101101 1000100 10111

Color Harmonies of #136259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136259

Black with #136259

Text Example


Text Example

White with #136259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136259; }

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

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

background-color css

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

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

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

border-color css

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

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

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