Html Css Color HEX #136460 Blue Stone

📋 copy color: '#136460'

red 19 ◦ green 100 ◦ blue 96

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

Shades of Blue Stone #136460

Tints of Blue Stone #136460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.51%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 8.84%
G = 46.51%
B = 44.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#136460 (or 0x136460) is known color: Blue Stone. HEX triplet: 13, 64 and 60. RGB value is (19,100,96). Sum of RGB (Red+Green+Blue) = 19+100+96=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #136460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136460 is #EC9B9F. Grayscale: #4B4B4B. Windows color (decimal): -15506336 or 6317075. OLE color: 6317075.

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

Color convert

RGB 19 100 96 -
CMYK 0.81 0 0.04 0.61
HSL 177.04º 0.68% 0.23% -
HSV(B) 177.04º 0.81% 0.39% -
XYZ 6.94 10.1 12.65 -
YUV 75.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 19 100 96 0.81 0 0.04 0.61 177.04 0.68 0.23
Hex 13 64 60 51 0 4 3D B1 44 17
Octal 23 144 140 121 0 4 75 261 104 27
Binary 10011 1100100 1100000 1010001 0 100 111101 10110001 1000100 10111

Color Harmonies of #136460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136460

Black with #136460

Text Example


Text Example

White with #136460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136460; }

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

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

background-color css

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

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

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

border-color css

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

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

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