Html Css Color HEX #13635A Blue Stone

📋 copy color: '#13635A'

red 19 ◦ green 99 ◦ blue 90

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

Shades of Blue Stone #13635A

Tints of Blue Stone #13635A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 9.13%
G = 47.6%
B = 43.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#13635A (or 0x13635A) is known color: Blue Stone. HEX triplet: 13, 63 and 5A. RGB value is (19,99,90). Sum of RGB (Red+Green+Blue) = 19+99+90=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #13635A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13635A is #EC9CA5. Grayscale: #4A4A4A. Windows color (decimal): -15506598 or 5923603. OLE color: 5923603.

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

Color convert

RGB 19 99 90 -
CMYK 0.81 0 0.09 0.61
HSL 173.25º 0.68% 0.23% -
HSV(B) 173.25º 0.81% 0.39% -
XYZ 6.58 9.8 11.22 -
YUV 74.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 19 99 90 0.81 0 0.09 0.61 173.25 0.68 0.23
Hex 13 63 5A 51 0 9 3D AD 44 17
Octal 23 143 132 121 0 11 75 255 104 27
Binary 10011 1100011 1011010 1010001 0 1001 111101 10101101 1000100 10111

Color Harmonies of #13635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13635A

Black with #13635A

Text Example


Text Example

White with #13635A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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