Html Css Color HEX #135C64 Blue Stone

📋 copy color: '#135C64'

red 19 ◦ green 92 ◦ blue 100

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

Shades of Blue Stone #135C64

Tints of Blue Stone #135C64

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.6%

 BLUE value IS 100 (39.45% from 255) = 47.39%

R = 9%
G = 43.6%
B = 47.39%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#135C64 (or 0x135C64) is known color: Blue Stone. HEX triplet: 13, 5C and 64. RGB value is (19,92,100). Sum of RGB (Red+Green+Blue) = 19+92+100=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #135C64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C64 is #ECA39B. Grayscale: #464646. Windows color (decimal): -15508380 or 6577171. OLE color: 6577171.

HSL color Cylindrical-coordinate representation of color #135C64: hue angle of 185.93º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135C64 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 92 100 -
CMYK 0.81 0.08 0 0.61
HSL 185.93º 0.68% 0.23% -
HSV(B) 185.93º 0.81% 0.39% -
XYZ 6.4 8.71 13.4 -
YUV 71.09 144.32 90.85 -
System Red Green Blue C M Y K H S L
Decimal 19 92 100 0.81 0.08 0 0.61 185.93 0.68 0.23
Hex 13 5C 64 51 8 0 3D BA 44 17
Octal 23 134 144 121 10 0 75 272 104 27
Binary 10011 1011100 1100100 1010001 1000 0 111101 10111010 1000100 10111

Color Harmonies of #135C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C64

Black with #135C64

Text Example


Text Example

White with #135C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,92,100); }

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

background-color css

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

 a { background-color: rgb(19,92,100); }

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

border-color css

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

 span { border-color: rgb(19,92,100); }

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