Html Css Color HEX #135860 Blue Stone

📋 copy color: '#135860'

red 19 ◦ green 88 ◦ blue 96

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

Shades of Blue Stone #135860

Tints of Blue Stone #135860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.35%

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

R = 9.36%
G = 43.35%
B = 47.29%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135860 (or 0x135860) is known color: Blue Stone. HEX triplet: 13, 58 and 60. RGB value is (19,88,96). Sum of RGB (Red+Green+Blue) = 19+88+96=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #135860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135860 is #ECA79F. Grayscale: #444444. Windows color (decimal): -15509408 or 6314003. OLE color: 6314003.

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

Color convert

RGB 19 88 96 -
CMYK 0.80 0.08 0 0.62
HSL 186.23º 0.67% 0.23% -
HSV(B) 186.23º 0.8% 0.38% -
XYZ 5.87 7.96 12.29 -
YUV 68.28 143.64 92.85 -
System Red Green Blue C M Y K H S L
Decimal 19 88 96 0.80 0.08 0 0.62 186.23 0.67 0.23
Hex 13 58 60 50 8 0 3E BA 43 17
Octal 23 130 140 120 10 0 76 272 103 27
Binary 10011 1011000 1100000 1010000 1000 0 111110 10111010 1000011 10111

Color Harmonies of #135860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135860

Black with #135860

Text Example


Text Example

White with #135860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135860; }

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

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

background-color css

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

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

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

border-color css

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

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

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