Html Css Color HEX #135559 Blue Stone

📋 copy color: '#135559'

red 19 ◦ green 85 ◦ blue 89

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

Shades of Blue Stone #135559

Tints of Blue Stone #135559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.11%

R = 9.84%
G = 44.04%
B = 46.11%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#135559 (or 0x135559) is known color: Blue Stone. HEX triplet: 13, 55 and 59. RGB value is (19,85,89). Sum of RGB (Red+Green+Blue) = 19+85+89=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #135559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135559 is #ECAAA6. Grayscale: #414141. Windows color (decimal): -15510183 or 5854483. OLE color: 5854483.

HSL color Cylindrical-coordinate representation of color #135559: hue angle of 183.43º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135559 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 85 89 -
CMYK 0.79 0.04 0 0.65
HSL 183.43º 0.65% 0.21% -
HSV(B) 183.43º 0.79% 0.35% -
XYZ 5.32 7.36 10.59 -
YUV 65.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 19 85 89 0.79 0.04 0 0.65 183.43 0.65 0.21
Hex 13 55 59 4F 4 0 41 B7 41 15
Octal 23 125 131 117 4 0 101 267 101 25
Binary 10011 1010101 1011001 1001111 100 0 1000001 10110111 1000001 10101

Color Harmonies of #135559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135559

Black with #135559

Text Example


Text Example

White with #135559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135559; }

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

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

background-color css

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

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

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

border-color css

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

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

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