Html Css Color HEX #135859 Blue Stone

📋 copy color: '#135859'

red 19 ◦ green 88 ◦ blue 89

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

Shades of Blue Stone #135859

Tints of Blue Stone #135859

RGB

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

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

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

R = 9.69%
G = 44.9%
B = 45.41%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#135859 (or 0x135859) is known color: Blue Stone. HEX triplet: 13, 58 and 59. RGB value is (19,88,89). Sum of RGB (Red+Green+Blue) = 19+88+89=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #135859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135859 is #ECA7A6. Grayscale: #434343. Windows color (decimal): -15509415 or 5855251. OLE color: 5855251.

HSL color Cylindrical-coordinate representation of color #135859: hue angle of 180.86º 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 #135859 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 88 89 -
CMYK 0.79 0.01 0 0.65
HSL 180.86º 0.65% 0.21% -
HSV(B) 180.86º 0.79% 0.35% -
XYZ 5.56 7.84 10.67 -
YUV 67.48 140.14 93.42 -
System Red Green Blue C M Y K H S L
Decimal 19 88 89 0.79 0.01 0 0.65 180.86 0.65 0.21
Hex 13 58 59 4F 1 0 41 B5 41 15
Octal 23 130 131 117 1 0 101 265 101 25
Binary 10011 1011000 1011001 1001111 1 0 1000001 10110101 1000001 10101

Color Harmonies of #135859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135859

Black with #135859

Text Example


Text Example

White with #135859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135859; }

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

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

background-color css

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

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

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

border-color css

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

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

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