Html Css Color HEX #135A58 Blue Stone

📋 copy color: '#135A58'

red 19 ◦ green 90 ◦ blue 88

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

Shades of Blue Stone #135A58

Tints of Blue Stone #135A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.69%

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

R = 9.64%
G = 45.69%
B = 44.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#135A58 (or 0x135A58) is known color: Blue Stone. HEX triplet: 13, 5A and 58. RGB value is (19,90,88). Sum of RGB (Red+Green+Blue) = 19+90+88=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #135A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A58 is #ECA5A7. Grayscale: #444444. Windows color (decimal): -15508904 or 5790227. OLE color: 5790227.

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

Color convert

RGB 19 90 88 -
CMYK 0.79 0 0.02 0.65
HSL 178.31º 0.65% 0.21% -
HSV(B) 178.31º 0.79% 0.35% -
XYZ 5.69 8.16 10.51 -
YUV 68.54 138.98 92.66 -
System Red Green Blue C M Y K H S L
Decimal 19 90 88 0.79 0 0.02 0.65 178.31 0.65 0.21
Hex 13 5A 58 4F 0 2 41 B2 41 15
Octal 23 132 130 117 0 2 101 262 101 25
Binary 10011 1011010 1011000 1001111 0 10 1000001 10110010 1000001 10101

Color Harmonies of #135A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A58

Black with #135A58

Text Example


Text Example

White with #135A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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