#13635C

Color #13635C Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #13635C

Tints of Blue Stone #13635C

Color information

#13635C (or 0x13635C) is unknown color: approx Blue Stone. HEX triplet: 13, 63 and 5C. RGB value is (19,99,92). Sum of RGB (Red+Green+Blue) = 19+99+92=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #13635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13635C is #EC9CA3. Grayscale: #4A4A4A. Windows color (decimal): -15506596 or 6054675. OLE color: 6054675.

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

Color convert

RGB199992-
CMYK0.8100.070.61
HSL174.75º67.8%23.14%-
HSV(B)174.75º80.81%38.82%-
XYZ6.669.8311.67-
YUV74.2813888.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 99 (39.06% from 255) = 47.14%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=9.05%
G=47.14%
B=43.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999920.8100.070.61174.7567.823.14
Hex13635C51073Daf4417
Octal23143134121077525710427
Binary10011110001110111001010001011111110110101111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13635C;
 }
 .AnyTagClassName
 {
   color: #13635C;
 }
</style>
background-color css

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

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

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

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

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

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