Html Css Color HEX #13635B Blue Stone

📋 copy color: '#13635B'

red 19 ◦ green 99 ◦ blue 91

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

Shades of Blue Stone #13635B

Tints of Blue Stone #13635B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.37%

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 9.09%
G = 47.37%
B = 43.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#13635B (or 0x13635B) is known color: Blue Stone. HEX triplet: 13, 63 and 5B. RGB value is (19,99,91). Sum of RGB (Red+Green+Blue) = 19+99+91=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #13635B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13635B is #EC9CA4. Grayscale: #4A4A4A. Windows color (decimal): -15506597 or 5989139. OLE color: 5989139.

HSL color Cylindrical-coordinate representation of color #13635B: hue angle of 174º 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 #13635B is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 99 91 -
CMYK 0.81 0 0.08 0.61
HSL 174º 0.68% 0.23% -
HSV(B) 174º 0.81% 0.39% -
XYZ 6.62 9.82 11.44 -
YUV 74.17 137.5 88.65 -
System Red Green Blue C M Y K H S L
Decimal 19 99 91 0.81 0 0.08 0.61 174 0.68 0.23
Hex 13 63 5B 51 0 8 3D AE 44 17
Octal 23 143 133 121 0 10 75 256 104 27
Binary 10011 1100011 1011011 1010001 0 1000 111101 10101110 1000100 10111

Color Harmonies of #13635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13635B

Black with #13635B

Text Example


Text Example

White with #13635B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13635B; }

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

 H1.HeaderClassName
 {
   color: #13635B;
 }
 .AnyTagClassName
 {
   color: #13635B;
 }
</style>

background-color css

<style>
 a { background-color: #13635B; }

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

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

border-color css

<style>
 span { border-color: #13635B; }

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

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