Html Css Color HEX #135A51 Blue Stone

📋 copy color: '#135A51'

red 19 ◦ green 90 ◦ blue 81

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

Shades of Blue Stone #135A51

Tints of Blue Stone #135A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 42.63%

R = 10%
G = 47.37%
B = 42.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#135A51 (or 0x135A51) is known color: Blue Stone. HEX triplet: 13, 5A and 51. RGB value is (19,90,81). Sum of RGB (Red+Green+Blue) = 19+90+81=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #135A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A51 is #ECA5AE. Grayscale: #434343. Windows color (decimal): -15508911 or 5331475. OLE color: 5331475.

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

Color convert

RGB 19 90 81 -
CMYK 0.79 0 0.1 0.65
HSL 172.39º 0.65% 0.21% -
HSV(B) 172.39º 0.79% 0.35% -
XYZ 5.41 8.04 9.05 -
YUV 67.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 19 90 81 0.79 0 0.1 0.65 172.39 0.65 0.21
Hex 13 5A 51 4F 0 A 41 AC 41 15
Octal 23 132 121 117 0 12 101 254 101 25
Binary 10011 1011010 1010001 1001111 0 1010 1000001 10101100 1000001 10101

Color Harmonies of #135A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A51

Black with #135A51

Text Example


Text Example

White with #135A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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