Html Css Color HEX #13635E Blue Stone

📋 copy color: '#13635E'

red 19 ◦ green 99 ◦ blue 94

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

Shades of Blue Stone #13635E

Tints of Blue Stone #13635E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.34%

R = 8.96%
G = 46.7%
B = 44.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#13635E (or 0x13635E) is known color: Blue Stone. HEX triplet: 13, 63 and 5E. RGB value is (19,99,94). Sum of RGB (Red+Green+Blue) = 19+99+94=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #13635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13635E is #EC9CA1. Grayscale: #4A4A4A. Windows color (decimal): -15506594 or 6185747. OLE color: 6185747.

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

Color convert

RGB 19 99 94 -
CMYK 0.81 0 0.05 0.61
HSL 176.25º 0.68% 0.23% -
HSV(B) 176.25º 0.81% 0.39% -
XYZ 6.75 9.87 12.14 -
YUV 74.51 139 88.41 -
System Red Green Blue C M Y K H S L
Decimal 19 99 94 0.81 0 0.05 0.61 176.25 0.68 0.23
Hex 13 63 5E 51 0 5 3D B0 44 17
Octal 23 143 136 121 0 5 75 260 104 27
Binary 10011 1100011 1011110 1010001 0 101 111101 10110000 1000100 10111

Color Harmonies of #13635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13635E

Black with #13635E

Text Example


Text Example

White with #13635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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