Html Css Color HEX #135760 Blue Stone

📋 copy color: '#135760'

red 19 ◦ green 87 ◦ blue 96

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

Shades of Blue Stone #135760

Tints of Blue Stone #135760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.07%

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

R = 9.41%
G = 43.07%
B = 47.52%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135760 (or 0x135760) is known color: Blue Stone. HEX triplet: 13, 57 and 60. RGB value is (19,87,96). Sum of RGB (Red+Green+Blue) = 19+87+96=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #135760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135760 is #ECA89F. Grayscale: #434343. Windows color (decimal): -15509664 or 6313747. OLE color: 6313747.

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

Color convert

RGB 19 87 96 -
CMYK 0.80 0.09 0 0.62
HSL 187.01º 0.67% 0.23% -
HSV(B) 187.01º 0.8% 0.38% -
XYZ 5.79 7.8 12.27 -
YUV 67.69 143.97 93.27 -
System Red Green Blue C M Y K H S L
Decimal 19 87 96 0.80 0.09 0 0.62 187.01 0.67 0.23
Hex 13 57 60 50 9 0 3E BB 43 17
Octal 23 127 140 120 11 0 76 273 103 27
Binary 10011 1010111 1100000 1010000 1001 0 111110 10111011 1000011 10111

Color Harmonies of #135760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135760

Black with #135760

Text Example


Text Example

White with #135760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135760; }

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

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

background-color css

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

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

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

border-color css

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

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

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