Html Css Color HEX #135A65 Blue Stone

📋 copy color: '#135A65'

red 19 ◦ green 90 ◦ blue 101

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

Shades of Blue Stone #135A65

Tints of Blue Stone #135A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.1%

R = 9.05%
G = 42.86%
B = 48.1%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#135A65 (or 0x135A65) is known color: Blue Stone. HEX triplet: 13, 5A and 65. RGB value is (19,90,101). Sum of RGB (Red+Green+Blue) = 19+90+101=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #135A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A65 is #ECA59A. Grayscale: #454545. Windows color (decimal): -15508891 or 6642195. OLE color: 6642195.

HSL color Cylindrical-coordinate representation of color #135A65: hue angle of 188.05º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135A65 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 90 101 -
CMYK 0.81 0.11 0 0.60
HSL 188.05º 0.68% 0.24% -
HSV(B) 188.05º 0.81% 0.4% -
XYZ 6.27 8.39 13.6 -
YUV 70.03 145.48 91.61 -
System Red Green Blue C M Y K H S L
Decimal 19 90 101 0.81 0.11 0 0.60 188.05 0.68 0.24
Hex 13 5A 65 51 B 0 3C BC 44 18
Octal 23 132 145 121 13 0 74 274 104 30
Binary 10011 1011010 1100101 1010001 1011 0 111100 10111100 1000100 11000

Color Harmonies of #135A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A65

Black with #135A65

Text Example


Text Example

White with #135A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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