Html Css Color HEX #135560 Blue Stone

📋 copy color: '#135560'

red 19 ◦ green 85 ◦ blue 96

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

Shades of Blue Stone #135560

Tints of Blue Stone #135560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.5%

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

R = 9.5%
G = 42.5%
B = 48%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135560 (or 0x135560) is known color: Blue Stone. HEX triplet: 13, 55 and 60. RGB value is (19,85,96). Sum of RGB (Red+Green+Blue) = 19+85+96=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #135560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135560 is #ECAA9F. Grayscale: #424242. Windows color (decimal): -15510176 or 6313235. OLE color: 6313235.

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

Color convert

RGB 19 85 96 -
CMYK 0.80 0.11 0 0.62
HSL 188.57º 0.67% 0.23% -
HSV(B) 188.57º 0.8% 0.38% -
XYZ 5.63 7.48 12.21 -
YUV 66.52 144.63 94.11 -
System Red Green Blue C M Y K H S L
Decimal 19 85 96 0.80 0.11 0 0.62 188.57 0.67 0.23
Hex 13 55 60 50 B 0 3E BD 43 17
Octal 23 125 140 120 13 0 76 275 103 27
Binary 10011 1010101 1100000 1010000 1011 0 111110 10111101 1000011 10111

Color Harmonies of #135560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135560

Black with #135560

Text Example


Text Example

White with #135560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135560; }

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

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

background-color css

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

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

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

border-color css

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

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

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