Html Css Color HEX #136053 Blue Stone

📋 copy color: '#136053'

red 19 ◦ green 96 ◦ blue 83

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

Shades of Blue Stone #136053

Tints of Blue Stone #136053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.48%

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 9.6%
G = 48.48%
B = 41.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#136053 (or 0x136053) is known color: Blue Stone. HEX triplet: 13, 60 and 53. RGB value is (19,96,83). Sum of RGB (Red+Green+Blue) = 19+96+83=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #136053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136053 is #EC9FAC. Grayscale: #474747. Windows color (decimal): -15507373 or 5464083. OLE color: 5464083.

HSL color Cylindrical-coordinate representation of color #136053: hue angle of 169.87º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136053 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 83 -
CMYK 0.80 0 0.14 0.62
HSL 169.87º 0.67% 0.23% -
HSV(B) 169.87º 0.8% 0.38% -
XYZ 6.01 9.13 9.63 -
YUV 71.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 19 96 83 0.80 0 0.14 0.62 169.87 0.67 0.23
Hex 13 60 53 50 0 E 3E AA 43 17
Octal 23 140 123 120 0 16 76 252 103 27
Binary 10011 1100000 1010011 1010000 0 1110 111110 10101010 1000011 10111

Color Harmonies of #136053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136053

Black with #136053

Text Example


Text Example

White with #136053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136053; }

 p { color: rgb(19,96,83); }

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

background-color css

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

 a { background-color: rgb(19,96,83); }

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

border-color css

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

 span { border-color: rgb(19,96,83); }

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