Html Css Color HEX #136255 Blue Stone

📋 copy color: '#136255'

red 19 ◦ green 98 ◦ blue 85

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

Shades of Blue Stone #136255

Tints of Blue Stone #136255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 9.41%
G = 48.51%
B = 42.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#136255 (or 0x136255) is known color: Blue Stone. HEX triplet: 13, 62 and 55. RGB value is (19,98,85). Sum of RGB (Red+Green+Blue) = 19+98+85=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #136255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136255 is #EC9DAA. Grayscale: #484848. Windows color (decimal): -15506859 or 5595667. OLE color: 5595667.

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

Color convert

RGB 19 98 85 -
CMYK 0.81 0 0.13 0.62
HSL 170.13º 0.68% 0.23% -
HSV(B) 170.13º 0.81% 0.38% -
XYZ 6.28 9.53 10.1 -
YUV 72.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 19 98 85 0.81 0 0.13 0.62 170.13 0.68 0.23
Hex 13 62 55 51 0 D 3E AA 44 17
Octal 23 142 125 121 0 15 76 252 104 27
Binary 10011 1100010 1010101 1010001 0 1101 111110 10101010 1000100 10111

Color Harmonies of #136255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136255

Black with #136255

Text Example


Text Example

White with #136255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136255; }

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

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

background-color css

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

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

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

border-color css

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

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

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