Html Css Color HEX #135958 Blue Stone

📋 copy color: '#135958'

red 19 ◦ green 89 ◦ blue 88

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

Shades of Blue Stone #135958

Tints of Blue Stone #135958

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 19 89 88 -
CMYK 0.79 0 0.01 0.65
HSL 179.14º 0.65% 0.21% -
HSV(B) 179.14º 0.79% 0.35% -
XYZ 5.6 7.99 10.48 -
YUV 67.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 19 89 88 0.79 0 0.01 0.65 179.14 0.65 0.21
Hex 13 59 58 4F 0 1 41 B3 41 15
Octal 23 131 130 117 0 1 101 263 101 25
Binary 10011 1011001 1011000 1001111 0 1 1000001 10110011 1000001 10101

Color Harmonies of #135958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135958

Black with #135958

Text Example


Text Example

White with #135958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135958; }

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

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

background-color css

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

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

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

border-color css

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

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

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