Html Css Color HEX #135660 Blue Stone

📋 copy color: '#135660'

red 19 ◦ green 86 ◦ blue 96

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

Shades of Blue Stone #135660

Tints of Blue Stone #135660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.79%

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

R = 9.45%
G = 42.79%
B = 47.76%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135660 (or 0x135660) is known color: Blue Stone. HEX triplet: 13, 56 and 60. RGB value is (19,86,96). Sum of RGB (Red+Green+Blue) = 19+86+96=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #135660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135660 is #ECA99F. Grayscale: #434343. Windows color (decimal): -15509920 or 6313491. OLE color: 6313491.

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

Color convert

RGB 19 86 96 -
CMYK 0.80 0.10 0 0.62
HSL 187.79º 0.67% 0.23% -
HSV(B) 187.79º 0.8% 0.38% -
XYZ 5.71 7.64 12.24 -
YUV 67.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 19 86 96 0.80 0.10 0 0.62 187.79 0.67 0.23
Hex 13 56 60 50 A 0 3E BC 43 17
Octal 23 126 140 120 12 0 76 274 103 27
Binary 10011 1010110 1100000 1010000 1010 0 111110 10111100 1000011 10111

Color Harmonies of #135660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135660

Black with #135660

Text Example


Text Example

White with #135660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135660; }

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

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

background-color css

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

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

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

border-color css

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

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

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