Html Css Color HEX #135B58 Blue Stone

📋 copy color: '#135B58'

red 19 ◦ green 91 ◦ blue 88

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

Shades of Blue Stone #135B58

Tints of Blue Stone #135B58

RGB

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

 GREEN value IS 91 (35.94% from 255) = 45.96%

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

R = 9.6%
G = 45.96%
B = 44.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#135B58 (or 0x135B58) is known color: Blue Stone. HEX triplet: 13, 5B and 58. RGB value is (19,91,88). Sum of RGB (Red+Green+Blue) = 19+91+88=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #135B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B58 is #ECA4A7. Grayscale: #454545. Windows color (decimal): -15508648 or 5790483. OLE color: 5790483.

HSL color Cylindrical-coordinate representation of color #135B58: hue angle of 177.5º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135B58 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 91 88 -
CMYK 0.79 0 0.03 0.64
HSL 177.5º 0.65% 0.22% -
HSV(B) 177.5º 0.79% 0.36% -
XYZ 5.77 8.33 10.54 -
YUV 69.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 19 91 88 0.79 0 0.03 0.64 177.5 0.65 0.22
Hex 13 5B 58 4F 0 3 40 B2 41 16
Octal 23 133 130 117 0 3 100 262 101 26
Binary 10011 1011011 1011000 1001111 0 11 1000000 10110010 1000001 10110

Color Harmonies of #135B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B58

Black with #135B58

Text Example


Text Example

White with #135B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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